Category Property (BuildingBlock)
In This Topic
Gets or sets the categorization for a building block.
This categorization shall not imply any behaviors around the building block,
and is only used to organize the set of building blocks within an application or user interface
i.e. to disambiguate between two building blocks with the same entry name.
Syntax
'Declaration
Public ReadOnly Property Category As Category
public Category Category {get;}
See Also