UserRoleScope.Objects Property

Definition

Gets a read-only collection of object groups, services, or both for the user role scope.

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

Property Value

A read-only collection of object groups, services, or both for the user role scope.

Remarks

This property applies to the object part of the scope.

Applies to