Property.Value Property

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(Order := )> _
Public Property Value As String 
    Get 
    Set
'Usage
Dim instance As [Property]
Dim value As String 

value = instance.Value

instance.Value = value
[DataMemberAttribute(Order = )]
public string Value { get; set; }
[DataMemberAttribute(Order = )]
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Order = )>]
member Value : string with get, set
function get Value () : String 
function set Value (value : String)

Property Value

Type: System.String

See Also

Reference

Property Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace