GetCustomProperties Method (IConfiguration)
Obsolete. Superseded by IConfiguration::CustomPropertyManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCustomProperties( _
ByRef PropNames As Object, _
ByRef PropValues As Object, _
ByRef PropTypes As Object _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim PropNames As Object
Dim PropValues As Object
Dim PropTypes As Object
Dim value As Integer
value = instance.GetCustomProperties(PropNames, PropValues, PropTypes)
|
Parameters
- PropNames
-
- PropValues
-
- PropTypes
-
See Also