Locates a
property by name in this
collection and returns the value it holds.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetDateTimeValue( _ ByVal propertyName As String _ ) As Nullable(Of Date) |
C# |
---|
Nullable<DateTime> GetDateTimeValue( string propertyName ) |
C++ |
---|
Nullable<DateTime> GetDateTimeValue( String propertyName ) abstract |
J# |
---|
Nullable<DateTime> GetDateTimeValue( string propertyName ) |
JScript |
---|
function GetDateTimeValue( propertyName : String ) : Nullable<DateTime> |
Parameters
- propertyName
- A
specifying a property name.String
Return Value
A
specifying the value of the property.
Exceptions
Exception Type | Condition |
---|---|
EngineRuntimeException | Thrown if the property cannot be found in the collection or or is not a instance. |