GraphCategory::BasedOnCategory Property

 

Get/Set the base category or null

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

public:
property GraphCategory^ BasedOnCategory {
	GraphCategory^ get();
	void set(GraphCategory^ value);
}
Return to top
Show: