ContentControl.BuildingBlockCategory 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.
Returns or sets the category for a building block content control. Read/write.
public:
property System::String ^ BuildingBlockCategory { System::String ^ get(); void set(System::String ^ value); };
public string BuildingBlockCategory { get; set; }
member this.BuildingBlockCategory : string with get, set
Public Property BuildingBlockCategory As String
Property Value
String
Remarks
This property applies only to building block content controls and corresponds with the Category option in the Content Control Properties dialog box. You can set this property to any string; however, if you set it to a string for which there is no corresponding category, the value of the Category option is set to "(All Categories)".