GraphSchema.IsDocumentSchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether this is the document schema associated with a Graph instance for holding deserialized categories and properties that were not defined anywhere else.
public:
property bool IsDocumentSchema { bool get(); };
public bool IsDocumentSchema { get; }
member this.IsDocumentSchema : bool
Public ReadOnly Property IsDocumentSchema As Boolean