Gets or sets the ID of the project to which the group belongs.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid? ProjectId { get; set; }
Public Property ProjectId As Guid?
Get
Set
public:
virtual property Nullable<Guid> ProjectId {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
abstract ProjectId : Nullable<Guid> with get, set
override ProjectId : Nullable<Guid> with 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 Remarks This property can only be set when the group is first created.
See Also