Class RoleResponse

Inheritance
System.Object
RoleResponse
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 RoleResponse

Constructors

RoleResponse()

Declaration
public RoleResponse()

Properties

Extension

Gets or sets the extension data associated with the role

Declaration
public ExtensionResponse Extension { get; set; }
Property Value
Type Description
ExtensionResponse

Id

Gets the unique identifier for this role.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Name

Gets the name of the role.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
arrow_upward