Share via


DatabasePropertyPageDefinition.PropertyPageGuid Property

Gets 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
Public ReadOnly Property PropertyPageGuid As String
public string PropertyPageGuid { get; }
public:
virtual property String^ PropertyPageGuid {
    String^ get () sealed;
}
abstract PropertyPageGuid : string
override PropertyPageGuid : string
final function get PropertyPageGuid () : String

Property Value

Type: System.String

Implements

IDatabaseProjectPropertyPageDefinition.PropertyPageGuid

.NET Framework Security

See Also

Reference

DatabasePropertyPageDefinition Class

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