Share via


DictTable.Reloadsecurity Method

Definition

Reloads the feature key system for the table.

public:
 virtual void Reloadsecurity();
public virtual void Reloadsecurity ();
abstract member Reloadsecurity : unit -> unit
override this.Reloadsecurity : unit -> unit
Public Overridable Sub Reloadsecurity ()

Remarks

The following example reloads the feature key system for a table.

dt.reloadSecurity()

Applies to