Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property StartDate As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> StartDate { get; } |
| Visual C++ |
|---|
property Nullable<DateTime> StartDate { Nullable<DateTime> get (); } |
| JavaScript |
|---|
function get_startDate(); |