Class SynchronizedRoleStatus
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Holds the current status of a synched role.
Inheritance
System.Object
    SynchronizedRoleStatus
  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.Security.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class SynchronizedRoleStatusConstructors
SynchronizedRoleStatus()
Declaration
public SynchronizedRoleStatus()Properties
Enabled
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Indicates if the role is enabled, meaning it can be returned from FindRoles(String).
Declaration
public bool Enabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Name
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The name of the role.
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
