GraphSchema.IsDocumentSchema Property
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property IsDocumentSchema As Boolean
Get
Private Set
public bool IsDocumentSchema { get; private set; }
public:
property bool IsDocumentSchema {
bool get ();
private: void set (bool value);
}
member IsDocumentSchema : bool with get, private set
function get IsDocumentSchema () : boolean
private function set IsDocumentSchema (value : boolean)
Property Value
Type: System.Boolean
.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.