Share via


FormGroupControl.securityKey Method

Definition

Overloads

securityKey()

Sets or returns the security key ID for a form group control.

securityKey(Int32)

securityKey()

Sets or returns the security key ID for a form group control.

public:
 override int securityKey();
public override int securityKey ();
override this.securityKey : unit -> int
Public Overrides Function securityKey () As Integer

Returns

A securityKeyId data type value that contains the ID.

Applies to

securityKey(Int32)

public:
 override int securityKey(int _value);
public override int securityKey (int _value);
override this.securityKey : int -> int
Public Overrides Function securityKey (_value As Integer) As Integer

Parameters

_value
Int32

A securityKeyId data type that contains the ID; optional.

Returns

Applies to