MigrateToDataDiscoveryOptionsGroupIds 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<Guid>? GroupIds { get; set; }
Public Property GroupIds As ICollection(Of Guid)
Get
Set
public:
property ICollection<Guid>^ GroupIds {
ICollection<Guid>^ get ();
void set (ICollection<Guid>^ value);
}
member GroupIds : ICollection<Guid> with get, set
Property Value
Type:
ICollectionGuidSee Also