LEADTOOLS (Leadtools assembly)

Key Property

Show in webframe







Gets or sets the key that determines the scramble.
Syntax
public int Key {get; set;}
'Declaration
 
Public Property Key As Integer
'Usage
 
Dim instance As ScrambleCommand
Dim value As Integer
 
instance.Key = value
 
value = instance.Key
public int Key {get; set;}
@property (nonatomic, assign) unsigned int key;
public int getKey()
public void setKey(int value)
            
 
get_Key();
set_Key(value);
Object.defineProperty('Key');
public:
property int Key {
   int get();
   void set (    int value);
}

Property Value

Key that determines the scramble.
Remarks
This is an unsigned integer with a minimum value of 0 and a maximum value of 4294967295 (0xffffffff).
Example
For an example, refer to ScrambleCommand.
Requirements

Target Platforms

See Also

Reference

ScrambleCommand Class
ScrambleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.