AlignedAxisOtherAdapterId Property |
Gets or sets the ID of the other adapter.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string OtherAdapterId { get; set; }
Public Property OtherAdapterId As String
Get
Set
public:
property String^ OtherAdapterId {
String^ get ();
void set (String^ value);
}
member OtherAdapterId : string with get, set
Property Value
Type:
String
The other adapter ID.
See Also