Share via


GraphCommonSchema.Schema Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphSchema

.NET Framework Security

See Also

Reference

GraphCommonSchema Class

Microsoft.VisualStudio.GraphModel Namespace