LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Key Property






Gets or sets the key that determines the scramble. .NET support Silverlight support WinRT support
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;}
 get_Key();
set_Key(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScrambleCommand Class
ScrambleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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