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