MultipleUsersInSystemUserRoleException.UserRoleId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a globally unique identifier (GUID) for the user role that caused the exception to be thrown.
public:
property Guid UserRoleId { Guid get(); };
public Guid UserRoleId { get; }
member this.UserRoleId : Guid
Public ReadOnly Property UserRoleId As Guid
Property Value
Returns a GUID for the user role that caused the exception to be thrown.