Share via


ContentPageInfo.Guid Property

 

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