PermissionAdditionalRoles Property
Additional roles.
Syntax
[VB.NET] Public Property PermissionAdditionalRoles As String
[C#] public string PermissionAdditionalRoles {get; set;}
Remarks
This property specifies any additional roles (if any) for the user, group, or domain specified by PermissionValue. At the time of this writing the only allowed value is "commenter".
This property is not available at design time.
Default Value
""