ServiceLinkManager Constructor (Guid)
Initializes a new instance of the ServiceLinkManager class.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public ServiceLinkManager(
Guid value
)
public:
ServiceLinkManager(
Guid value
)
Public Sub New (
value As Guid
)
Parameters
value
Type: System.GuidThe Guid of the add-in.
See Also
ServiceLinkManager Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top