GraphSchema::Name Property

 

The programmatic name of this schema.

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

public:
property String^ Name {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

Return to top
Show: