Share via


InstanceEndpoint.VirtualIPAddress Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

InstanceEndpoint Class

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