Share via


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

See Also

Reference

GraphSchema Class

Microsoft.VisualStudio.GraphModel Namespace