IContinuationToken.TargetLocation Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
IContinuationToken.TargetLocation Property
IContinuationToken::TargetLocation Property
IContinuationToken.TargetLocation Property
IContinuationToken.TargetLocation Property
Gets the location that the token applies to.
Namespace:
Microsoft.WindowsAzure.Storage
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.
Return to top
Gets the location that the token applies to.
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.