GroupDataProjectId Property

Gets or sets the ID of the project to which the group belongs.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "projectId", EmitDefaultValue = false)]
public Guid? ProjectId { get; set; }

Property Value

Type: NullableGuid
The ID of the project to which the group belongs, or if the group does not belong to a project.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe value is changed on an existing group.
Remarks
This property can only be set when the group is first created.
See Also