AnalysisElementUsageDataIsUnknownMemberCaptionBlank Property |
Gets or sets a value indicating whether the unknown member caption is blank or not.
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(EmitDefaultValue = true, Name = "isUnknownMemberCaptionBlank")]
public bool IsUnknownMemberCaptionBlank { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "isUnknownMemberCaptionBlank")>
Public Property IsUnknownMemberCaptionBlank As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"isUnknownMemberCaptionBlank")]
property bool IsUnknownMemberCaptionBlank {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "isUnknownMemberCaptionBlank")>]
member IsUnknownMemberCaptionBlank : bool with get, set
Property Value
Type:
BooleanSee Also