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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize