Share via


StsConfiguration.Contacts Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::ServiceSettingsContactPerson ^> ^ Contacts { System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::ServiceSettingsContactPerson ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::ServiceSettingsContactPerson ^> ^ value); };
[System.Runtime.Serialization.DataMember(Order=27)]
public System.Collections.Generic.List<Microsoft.IdentityServer.PolicyModel.Configuration.ServiceSettingsContactPerson> Contacts { get; set; }
member this.Contacts : System.Collections.Generic.List<Microsoft.IdentityServer.PolicyModel.Configuration.ServiceSettingsContactPerson> with get, set
Public Property Contacts As List(Of ServiceSettingsContactPerson)

Property Value

Attributes

Applies to