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 web add-in.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public Guid Guid { get; set; }
public:
property Guid Guid {
Guid get();
void set(Guid value);
}
Public Property Guid As Guid
Property Value
Type: System.Guid
An instance of Guid.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top