Class RoleAssignmentResponse

Inheritance
System.Object
RoleAssignmentResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Groups.Rest.Contracts
Assembly: EPiServer.Social.Groups.Rest.Contracts.dll
Version: 1.5.4
Syntax
public class RoleAssignmentResponse

Constructors

RoleAssignmentResponse()

Declaration
public RoleAssignmentResponse()

Properties

IsAssigned

Gets the boolean value of whether a member is assigned a role.

Declaration
public bool IsAssigned { get; set; }
Property Value
Type Description
System.Boolean
arrow_upward