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