Key Property (original) (raw)
Summary
Gets or sets the key used to encrypt or decrypt this AnnEncryptObject object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual int Key { get; set; }
@property (nonatomic, assign) NSUInteger key;
public int getKey()
public void setKey(int key)
public:
virtual property Int32 Key
{
Int32 get()
void set(Int32 value)
}
Property Value
The key used to encrypt or decrypt this AnnEncryptObject object.
Remarks
The key should be between 0 and 4294967295.
Leadtools.Annotations.Engine Assembly