次の方法で共有


AvailableTransport.TransferFormats プロパティ

定義

トランスポートでサポートされている形式の一覧。 たとえば、"Text" や "Binary" などがあります。

public:
 property System::Collections::Generic::IList<System::String ^> ^ TransferFormats { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string> TransferFormats { get; set; }
public System.Collections.Generic.IList<string>? TransferFormats { get; set; }
member this.TransferFormats : System.Collections.Generic.IList<string> with get, set
Public Property TransferFormats As IList(Of String)

プロパティ値

適用対象