다음을 통해 공유


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)

속성 값

역할 설명자의 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상