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