ModifyGroupOptionsGroupIds Property  | 
 
            Gets or sets an array containing IDs of groups to be modified.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "groupIds", EmitDefaultValue = false)]
public Guid[]? GroupIds { get; set; }<DataMemberAttribute(Name := "groupIds", EmitDefaultValue := false)>
Public Property GroupIds As Guid()
	Get
	Set
public:
[DataMemberAttribute(Name = L"groupIds", EmitDefaultValue = false)]
property array<Guid>^ GroupIds {
	array<Guid>^ get ();
	void set (array<Guid>^ value);
}[<DataMemberAttribute(Name = "groupIds", EmitDefaultValue = false)>]
member GroupIds : Guid[] with get, set
Property Value
Type: 
Guid
            The group IDs.
            
See Also