PropertyCollectionGetFirstValue Method

Return the value of the first property name found within the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public string GetFirstValue(
	params string[] propertyNames
)

Parameters

propertyNames  String
Reference to the array of property names to allow. A series of individual string parameter names is supported.

Return Value

String
The value of the first named property found, if located. Otherwise, an empty string.

See Also