TransformDataComponentDescription Property |
Gets the standard component description.
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 = false, Name = "componentDescription")]
public string ComponentDescription { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "componentDescription")>
Public Property ComponentDescription As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"componentDescription")]
property String^ ComponentDescription {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "componentDescription")>]
member ComponentDescription : string with get, set
Property Value
Type:
StringSee Also