MigrateFromDataDiscoveryOptionsTenantIds Property |
Gets or sets the IDs of the tenants to migrate. means all tenants to be migrated.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax [DataMemberAttribute(Name = "tenantIds", EmitDefaultValue = false)]
public ICollection<string>? TenantIds { get; set; }
<DataMemberAttribute(Name := "tenantIds", EmitDefaultValue := false)>
Public Property TenantIds As ICollection(Of String)
Get
Set
public:
[DataMemberAttribute(Name = L"tenantIds", EmitDefaultValue = false)]
property ICollection<String^>^ TenantIds {
ICollection<String^>^ get ();
void set (ICollection<String^>^ value);
}
[<DataMemberAttribute(Name = "tenantIds", EmitDefaultValue = false)>]
member TenantIds : ICollection<string> with get, set
Property Value
Type:
ICollectionStringSee Also