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)

プロパティ値

適用対象