Compartir a través de


ActionDescriptor.EndpointMetadata Propiedad

Definición

Obtiene o establece los metadatos del punto de conexión para esta acción. Esta API está pensada para la infraestructura y no debe usarse en el código de la aplicación.

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)

Valor de propiedad

Se aplica a