←Select platform

Key Property

Summary

Gets or sets the key that determines the scramble.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Key { get; set; } 
Public Property Key As Integer 
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 ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly