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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabasePropertyPageDefinition Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace