Click or drag to resize

CopyOptionsSourceAccessCondition Property

Gets or sets an AccessCondition object that represents the access conditions for the source object. If null, no condition is used.

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public AccessCondition SourceAccessCondition { get; set; }

Property Value

Type: AccessCondition
See Also