ActionDescriptor.EndpointMetadata Property

Definition

Gets or sets the endpoint metadata for this action. This API is meant for infrastructure and should not be used by application code.

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)

Property Value

Applies to