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