C#
C++
F#
VB
IContinuationToken.TargetLocation Property
IContinuationToken::TargetLocation Property
IContinuationToken.TargetLocation Property
IContinuationToken.TargetLocation Property
Gets the location that the token applies to.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
property Nullable<StorageLocation> TargetLocation { Nullable<StorageLocation> get(); void set(Nullable<StorageLocation> value); }
Property Value
Type: System.Nullable<StorageLocation>System::Nullable<StorageLocation>System.Nullable<StorageLocation>System.Nullable(Of StorageLocation)A StorageLocation enumeration value.