RoleDescriptor.Contacts Property

Definition

Gets the collection of ContactPerson.

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

Property Value

The collection of contact persons for this role descriptor.

Applies to