You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

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

Syntax

Visual Basic

Public Function Add( _
   ByVal [Name As Variant, _
   ByVal [Description As Variant, _
   ByVal [ValueDefault As Variant, _
   ByVal [Datatype As Variant _
) As SecurityProperty

Parameters

Name
Description
ValueDefault
Datatype

See Also

SecurityProperties Collection

  • No labels