PropertyCollectionGetStringValue Method
Return the string value of the specified property.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public string GetStringValue(
string propertyName
)
Public Function GetStringValue (
propertyName As String
) As String
No code example is currently available or this language may not be supported.
- propertyName String
-
Name of the property to retrieve.
String
Value of the specified property, if found. Otherwise, a blank string.