Share via


DocNode.securityKey Method

Definition

Overloads

securityKey()

Sets or returns the security key for the documentation node.

securityKey(Int32)

securityKey()

Sets or returns the security key for the documentation node.

public:
 virtual int securityKey();
public virtual int securityKey ();
abstract member securityKey : unit -> int
override this.securityKey : unit -> int
Public Overridable Function securityKey () As Integer

Returns

The security key ID for the documentation node; 0 (zero) if no security key is associated with the documentation node.

Applies to

securityKey(Int32)

public:
 virtual int securityKey(int _value);
public virtual int securityKey (int _value);
abstract member securityKey : int -> int
override this.securityKey : int -> int
Public Overridable Function securityKey (_value As Integer) As Integer

Parameters

_value
Int32

The value that is being assigned for the security key ID.

Returns

Applies to