BlobContainerPermissions.PublicAccess Property

Windows Runtime Azure Storage Client Library

Gets or sets the public access setting for the container.

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

Usage

Visual Basic
Dim instance As BlobContainerPermissions
Dim value As BlobContainerPublicAccessType

value = instance.PublicAccess

instance.PublicAccess = value

Syntax

Visual Basic
Public Property PublicAccess As BlobContainerPublicAccessType
C#
public BlobContainerPublicAccessType PublicAccess { get; set; }
C++
public:
property BlobContainerPublicAccessType PublicAccess {
	BlobContainerPublicAccessType get ();
	void set (BlobContainerPublicAccessType value);
}
J#
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public BlobContainerPublicAccessType get_PublicAccess ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_PublicAccess (BlobContainerPublicAccessType value)
JScript
CompilerGeneratedAttribute 
public function get PublicAccess () : BlobContainerPublicAccessType

CompilerGeneratedAttribute 
public function set PublicAccess (value : BlobContainerPublicAccessType)

Property Value

A BlobContainerPublicAccessType enumeration value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also