Public Methods

MethodDescription

 Add

Creates a new SecurityProperty in the collection and returns the pointer. PARAMETERS: Name, Description, and ValueDefault (all Strings), Datatype (Integer).

 Remove

Deletes a SecurityProperty object specified by the given name or ID. PARAMETERS: Identifier (String or Integer).

Public Properties

PropertiesDescription

 _Item

Returns a SecurityProperty object specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).

 _NewEnum


 Count

Number of SecurityProperty objects in the collection. DATATYPE: Integer.

 Item

Returns a SecurityProperty object specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).

  • No labels