PropertyCollectionGetStringValue Method

Return the string value of the specified property.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public string GetStringValue(
	string propertyName
)

Parameters

propertyName  String
Name of the property to retrieve.

Return Value

String
Value of the specified property, if found. Otherwise, a blank string.

See Also