InputEndpoint.Protocol 属性

 

获取或设置输入终结点的传输协议。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public string Protocol { get; set; }
public:
property String^ Protocol {
    String^ get();
    void set(String^ value);
}
member Protocol : string with get, set
Public Property Protocol As String

属性值

Type: System.String

传输协议中。

请参阅

InputEndpoint 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首