ActionDescriptor.EndpointMetadata Propriété

Définition

Obtient ou définit les métadonnées de point de terminaison pour cette action. Cette API est destinée à l’infrastructure et ne doit pas être utilisée par le code d’application.

public:
 property System::Collections::Generic::IList<System::Object ^> ^ EndpointMetadata { System::Collections::Generic::IList<System::Object ^> ^ get(); void set(System::Collections::Generic::IList<System::Object ^> ^ value); };
public System.Collections.Generic.IList<object> EndpointMetadata { get; set; }
member this.EndpointMetadata : System.Collections.Generic.IList<obj> with get, set
Public Property EndpointMetadata As IList(Of Object)

Valeur de propriété

S’applique à