RelationshipKeyDataElementName Property |
Gets the element name from the key primary structure.
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 = "elementName", EmitDefaultValue = false)]
public string ElementName { get; set; }
<DataMemberAttribute(Name := "elementName", EmitDefaultValue := false)>
Public Property ElementName As String
Get
Set
public:
[DataMemberAttribute(Name = L"elementName", EmitDefaultValue = false)]
property String^ ElementName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "elementName", EmitDefaultValue = false)>]
member ElementName : string with get, set
Property Value
Type:
StringSee Also