Share via


ActionDescriptor.EndpointMetadata 属性

定义

获取或设置此操作的终结点元数据。 此 API 适用于基础结构,不应由应用程序代码使用。

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)

属性值

适用于