RolePrivilege.PrivilegeId Property

Definition

Gets or sets the ID of the privilege.

public:
 property Guid PrivilegeId { Guid get(); void set(Guid value); };
[System.Runtime.Serialization.DataMember]
public Guid PrivilegeId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PrivilegeId : Guid with get, set
Public Property PrivilegeId As Guid

Property Value

The ID of the privilege, which corresponds to the Privilege.PrivilegeID attribute, which is the primary key for the Privilege entity.

Attributes

Remarks

The PrivilegeId property corresponds to the Privilege.PrivilegeID attribute, which is the primary key for the Privilege entity.

Applies to