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
- 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.