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