Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a value indicating whether the credentials are for anonymous access.

Namespace:   Microsoft.WindowsAzure.Storage.Auth
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public bool IsAnonymous { get; }
 
public:
property bool IsAnonymous {
	bool get();
}
 
member IsAnonymous : bool with get
 
Public ReadOnly Property IsAnonymous As Boolean

Property Value

Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean

true if the credentials are for anonymous access; otherwise, false.

Return to top