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