BlobContainerReference.Key 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 := , EmitDefaultValue := False)> _
Public Property Key As String 
    Get 
    Set
'Usage
Dim instance As BlobContainerReference 
Dim value As String 

value = instance.Key

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

Property Value

Type: System.String

See Also

Reference

BlobContainerReference Class

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