Class RegisterVirtualRoleEventData

Class that will be send with remote events when Virtual roles gets registred

Inheritance
System.Object
RegisterVirtualRoleEventData
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
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class RegisterVirtualRoleEventData

Constructors

RegisterVirtualRoleEventData()

Constructor

Declaration
public RegisterVirtualRoleEventData()

Properties

Name

Name of the virtual role

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

TypeName

Full type name of the virtual role

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

Extension Methods