MigrateFromDataDiscoveryOptionsUserIds Property |
Gets or sets the IDs of the users to migrate. means all users 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 = "userIds", EmitDefaultValue = false)]
public ICollection<string>? UserIds { get; set; }
<DataMemberAttribute(Name := "userIds", EmitDefaultValue := false)>
Public Property UserIds As ICollection(Of String)
Get
Set
public:
[DataMemberAttribute(Name = L"userIds", EmitDefaultValue = false)]
property ICollection<String^>^ UserIds {
ICollection<String^>^ get ();
void set (ICollection<String^>^ value);
}
[<DataMemberAttribute(Name = "userIds", EmitDefaultValue = false)>]
member UserIds : ICollection<string> with get, set
Property Value
Type:
ICollectionStringSee Also