Get Method (ICustomPropertyManager)
Obsolete. Superseded by ICustomPropertyManager::Get2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Get( _
ByVal FieldName As String _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ICustomPropertyManager
Dim FieldName As String
Dim value As String
value = instance.Get(FieldName)
|
Parameters
- FieldName
-
See Also