Поделиться через


EntityDescriptor.RoleDescriptors Свойство

Определение

Получает коллекцию дескрипторов ролей для данного дескриптора.

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

Значение свойства

Коллекция дескрипторов ролей. По умолчанию является пустой коллекцией.

Применяется к