ProviderPropertyOverrideDataLocation Property |
Gets or sets the location of the provider. This is provided as a convenience to the client.
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(EmitDefaultValue = false, Name = "location")]
public string Location { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "location")>
Public Property Location As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"location")]
property String^ Location {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "location")>]
member Location : string with get, set
Property Value
Type:
StringThe location.
See Also