Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets a value indicating whether the collection of shared access policies is read-only.

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

Syntax

 
public bool IsReadOnly { get; }
 
public:
property bool IsReadOnly {
	virtual bool get() sealed;
}
 
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
 
Public ReadOnly Property IsReadOnly As Boolean

Property Value

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

true if the collection of shared access policies is read-only; otherwise, false.

Return to top