GraphCommandDefinition::Id Property

 

The unique identifier for this command.

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

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

Property Value

Type: System::String^

Returns String.

Return to top
Show: