PropertyCollectionGetFirstValue Method
Return the value of the first property name found within the
collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public string GetFirstValue(
params string[] propertyNames
)
Public Function GetFirstValue (
ParamArray propertyNames As String()
) As String
No code example is currently available or this language may not be supported.
- propertyNames String
-
Reference to the array of property names to allow. A series of
individual string parameter names is supported.
String
The value of the first named property found, if located. Otherwise,
an empty string.