Add Method (ICustomPropertyManager)
Obsolete. Superseded by ICustomPropertyManager::Add2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Add( _
ByVal FieldName As String, _
ByVal FieldType As String, _
ByVal FieldValue As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICustomPropertyManager
Dim FieldName As String
Dim FieldType As String
Dim FieldValue As String
Dim value As Integer
value = instance.Add(FieldName, FieldType, FieldValue)
|
Parameters
- FieldName
-
- FieldType
-
- FieldValue
-
See Also