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)

属性值

适用于