Share via


GraphCategoryCollection.Schema Property

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Property Schema As GraphSchema
public GraphSchema Schema { get; private set; }
public:
property GraphSchema^ Schema {
    GraphSchema^ get ();
    private: void set (GraphSchema^ value);
}
member Schema : GraphSchema with get, private set
function get Schema () : GraphSchema 
private function set Schema (value : GraphSchema)

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphSchema
Returns GraphSchema.

.NET Framework Security

See Also

Reference

GraphCategoryCollection Class

Microsoft.VisualStudio.GraphModel Namespace