ConnectivityEndpoint.Port Property
Port for endpoint.
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property Port As UInteger
Get
Set
'Usage
Dim instance As ConnectivityEndpoint
Dim value As UInteger
value = instance.Port
instance.Port = value
[DataMemberAttribute(IsRequired = true)]
public uint Port { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property unsigned int Port {
unsigned int get ();
void set (unsigned int value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Port : uint32 with get, set
function get Port () : uint
function set Port (value : uint)
Property Value
Type: System.UInt32
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace