TokenDefinitionDataDefaultCaption Property |
Gets or sets the default caption for the token definition.
Note: This returns the CultureInfo.InvariantCulture token caption, not the culture specific caption.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "defaultCaption", EmitDefaultValue = false)]
public string DefaultCaption { get; set; }
<DataMemberAttribute(Name := "defaultCaption", EmitDefaultValue := false)>
Public Property DefaultCaption As String
Get
Set
public:
[DataMemberAttribute(Name = L"defaultCaption", EmitDefaultValue = false)]
property String^ DefaultCaption {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "defaultCaption", EmitDefaultValue = false)>]
member DefaultCaption : string with get, set
Property Value
Type:
StringSee Also