InputEndpoint.Protocol Property
Gets or sets the transport protocol for the input endpoint.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
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
Property Value
Type: System.String
The transport protocol.
See Also
InputEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top