ServiceLinkManager.Guid Property
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