Share via


ServiceSettingsData.EndpointMetadata Property

Definition

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

Property Value

Attributes

Applies to