ActionDescriptor.EndpointMetadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)