MigrateToDataDiscoveryOptionsUserIds Property |
Gets or sets the IDs of the users to migrate. means all users 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>? UserIds { get; set; }
Public Property UserIds As ICollection(Of Guid)
Get
Set
public:
property ICollection<Guid>^ UserIds {
ICollection<Guid>^ get ();
void set (ICollection<Guid>^ value);
}
member UserIds : ICollection<Guid> with get, set
Property Value
Type:
ICollectionGuidSee Also