Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Guid of the add-in for this manager.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public Guid Guid { get; private set; }
public:
property Guid Guid {
Guid get();
private: void set(Guid value);
}
Public Property Guid As Guid
Get
Private Set
End Property
Property Value
Type: System.Guid
An instance of Guid.
See Also
ServiceLinkManager Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top