EntityDescriptor.RoleDescriptors Property

Definition

Gets the collection of role descriptors for this descriptor.

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)

Property Value

The collection of role descriptors. The default is an empty collection.

Applies to