GraphSchema.Owner Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
If this is a Document Schema, this owner points to the Graph that owns this schema.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property Owner As Graph
public Graph Owner { get; private set; }
public:
property Graph^ Owner {
Graph^ get ();
private: void set (Graph^ value);
}
member Owner : Graph with get, private set
function get Owner () : Graph
private function set Owner (value : Graph)
Property Value
Type: Microsoft.VisualStudio.GraphModel.Graph
.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.