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