Share via


IDatabaseProjectPropertyPageDefinition.PropertyPageGuid Property

Returns the GUID of the class identifier (CLSID) that is used to construct the property page.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
ReadOnly Property PropertyPageGuid As String
string PropertyPageGuid { get; }
property String^ PropertyPageGuid {
    String^ get ();
}
abstract PropertyPageGuid : string
function get PropertyPageGuid () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseProjectPropertyPageDefinition Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace