ExportConfigDataTenantIds Property |
Gets a set containing the IDs of all tenants to export.
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 = "tenantIds")]
public IList<Guid> TenantIds { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "tenantIds")>
Public ReadOnly Property TenantIds As IList(Of Guid)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"tenantIds")]
property IList<Guid>^ TenantIds {
IList<Guid>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "tenantIds")>]
member TenantIds : IList<Guid> with get
Property Value
Type:
IListGuidSee Also