Share via


IStorageAccount.IsDefault Property

Gets or sets a value indicating whether this instance is default.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Property IsDefault As Boolean 
    Get 
    Set
'Usage
Dim instance As IStorageAccount 
Dim value As Boolean 

value = instance.IsDefault

instance.IsDefault = value
bool IsDefault { get; set; }
property bool IsDefault {
    bool get ();
    void set (bool value);
}
abstract IsDefault : bool with get, set
function get IsDefault () : boolean 
function set IsDefault (value : boolean)

Property Value

Type: System.Boolean
Returns true if this instance is the default; otherwise, false.

See Also

Reference

IStorageAccount Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace