PageApplicationModel.EndpointMetadata Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les métadonnées de point de terminaison pour cette action.
public:
property System::Collections::Generic::IList<System::Object ^> ^ EndpointMetadata { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> EndpointMetadata { get; }
member this.EndpointMetadata : System.Collections.Generic.IList<obj>
Public ReadOnly Property EndpointMetadata As IList(Of Object)