UserRoleScope.Classes Property

Definition

Gets a read-only collection of classes for the user role scope.

public:
 property System::Collections::Generic::ICollection<Guid> ^ Classes { System::Collections::Generic::ICollection<Guid> ^ get(); };
public System.Collections.Generic.ICollection<Guid> Classes { get; }
member this.Classes : System.Collections.Generic.ICollection<Guid>
Public ReadOnly Property Classes As ICollection(Of Guid)

Property Value

A read-only collection of classes for the user role scope.

Remarks

This property applies to the class part of the scope.

Applies to