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