BlobAttribute.Access Property

Definition

Gets the kind of operations that can be performed on the blob.

public System.IO.FileAccess? Access { get; set; }
member this.Access : Nullable<System.IO.FileAccess> with get, set
Public Property Access As Nullable(Of FileAccess)

Property Value

Applies to