Public Methods
Method | Description |
---|---|
Add | Creates a new BoundSecurityProperty in the collection and returns the pointer. PARAMETERS: SecurityPropertyID as Integer. |
Remove | Deletes a BoundSecurityProperty object specified by the given SecurityPropertyID. PARAMETERS: SecurityPropertyID as Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns a BoundSecurityProperty object specified by the given SecurityProperty ID or Name. PARAMETERS: Identifier as Integer or String. |
_NewEnum | |
Count | Number of BoundSecurityProperty objects in the collection. DATATYPE: Integer. |
Item | Returns a BoundSecurityProperty object specified by the given SecurityProperty ID or Name. PARAMETERS: Identifier as Integer or String. |