Token Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the Guid that is the token of the upload operation.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Token As Guid
'Usage
Dim instance As UploadHandshake
Dim value As Guid
value = instance.Token
instance.Token = value
public Guid Token { get; set; }
public:
property Guid Token {
Guid get ();
void set (Guid value);
}
public function get Token () : Guid
public function set Token (value : Guid)
Property Value
Type: System..::.Guid
The token of the upload operation. Default is Guid.Empty.
Remarks
Token is used to identify upload operation throughout the handshake and the actual upload.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.