AlignedAxisDataOtherAdapterId Property |
Gets or sets the ID of the other adapter.
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 = "otherAdapterId", EmitDefaultValue = false)]
public string OtherAdapterId { get; set; }
<DataMemberAttribute(Name := "otherAdapterId", EmitDefaultValue := false)>
Public Property OtherAdapterId As String
Get
Set
public:
[DataMemberAttribute(Name = L"otherAdapterId", EmitDefaultValue = false)]
property String^ OtherAdapterId {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "otherAdapterId", EmitDefaultValue = false)>]
member OtherAdapterId : string with get, set
Property Value
Type:
String
The other adapter ID.
See Also