Share via


InstanceEndpoint.Protocol Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<DataMemberAttribute(Order := )> _
Public Property Protocol As String
[DataMemberAttribute(Order = )]
public string Protocol { get; private set; }
[DataMemberAttribute(Order = )]
public:
property String^ Protocol {
    String^ get ();
    private: void set (String^ value);
}
[<DataMemberAttribute(Order = )>]
member Protocol : string with get, private set
function get Protocol () : String 
private function set Protocol (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

InstanceEndpoint Class

Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace