ContentControl.BuildingBlockCategory Property

Definition

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)".

Applies to