MigrateFromDataDiscoveryOptionsTenantIds Property  | 
 Gets or sets the IDs of the tenants to migrate.  means all tenants to be migrated.
 
    Namespace: 
   Dundas.BI.DataDiscovery
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<string>? TenantIds { get; set; }Public Property TenantIds As ICollection(Of String)
	Get
	Set
public:
property ICollection<String^>^ TenantIds {
	ICollection<String^>^ get ();
	void set (ICollection<String^>^ value);
}member TenantIds : ICollection<string> with get, set
Property Value
Type: 
ICollectionString
See Also