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
- 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
IDatabaseProjectPropertyPageDefinition Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace