GraphCategory.BasedOnCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get/Set the base category or null
public:
property Microsoft::VisualStudio::GraphModel::GraphCategory ^ BasedOnCategory { Microsoft::VisualStudio::GraphModel::GraphCategory ^ get(); void set(Microsoft::VisualStudio::GraphModel::GraphCategory ^ value); };
public Microsoft.VisualStudio.GraphModel.GraphCategory BasedOnCategory { get; set; }
member this.BasedOnCategory : Microsoft.VisualStudio.GraphModel.GraphCategory with get, set
Public Property BasedOnCategory As GraphCategory