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)

속성 값

적용 대상