Page History
...
Creates a new SecurityProperty in the collection and returns the pointer. PARAMETERS: Name, Description, and ValueDefault as (all Strings), Datatype as (Integer).
Syntax
Code Block | ||
---|---|---|
| ||
Public Function Add( _ ByVal Name As Variant, _ ByVal Description As Variant, _ ByVal ValueDefault As Variant, _ ByVal Datatype As Variant _ ) As SecurityProperty |
...
- Name
- Description
- ValueDefault
- Datatype
Info | ||
---|---|---|
| ||