DimensionAttribute.MembersWithDataCaption Property

Definition

Gets or sets a template string that is used to create captions for system-generated data members.

public string MembersWithDataCaption { get; set; }
member this.MembersWithDataCaption : string with get, set
Public Property MembersWithDataCaption As String

Property Value

A template string that is used to create captions for system-generated data members.

Remarks

The value of the MembersWithDataCaption parameter is used only by parent attributes (that is, the value of the Usage property is set to Parent) to determine the caption of data members in the parent attribute. For more information about data members, see Attributes in Parent-Child Hierarchies.

Applies to