Share via


GraphSchema.Owner Property

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

See Also

Reference

GraphSchema Class

Microsoft.VisualStudio.GraphModel Namespace