The VGRole type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the name of the role.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
ApplicationId
Gets the unique identifier of the application of the role
Comment
Gets or sets a short description of the role.
IsAnonymous
Gets a boolean value indicating whether the role is an anonymous role
IsBuiltIn
Gets a boolean value indicating whether the role is a built-in role and cannot be modified or deleted
IsDefault
Gets a boolean value indicating whether the role is an default role
IsMembershipManagerRole
IsSharedRole
Gets a boolean value indicating whether the role is a shared role
LastModificationDate
Gets or sets the date and time when the role was last modified.
Name
Gets or sets the name of the role.
PermissionSet Obsolete.
Gets or sets the permission set granted to the role.
PermissionSets
Gets permission set list granted to the role.
RepositoryId
Gets the unique identifier from the repository for the role.
RoleId
Gets a VGRoleIdof role

See Also