←Select platform

Key Property

Summary

Gets or sets the key that determines the scramble.

Syntax
C#
VB
Objective-C
C++
Java
public int Key { get; set; } 
Public Property Key As Integer 
@property (nonatomic, assign) unsigned int key 
public int getKey() 
public void setKey(int value) 
public: 
property int Key { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly