UserRoleScope.Templates Property

Definition

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

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

Property Value

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

Applies to