Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Key Property








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)
            
 <br/>get_Key();<br/>set_Key(value);<br/>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

Error processing SSI file