ClusterNodeSize.Count Property
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Count As Integer
Get
Set
'Usage
Dim instance As ClusterNodeSize
Dim value As Integer
value = instance.Count
instance.Count = value
[DataMemberAttribute(EmitDefaultValue = false)]
public int Count { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property int Count {
int get ();
void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Count : int with get, set
function get Count () : int
function set Count (value : int)
Property Value
Type: System.Int32
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace