This document is archived and information here might be outdated. Recommended version. |
The name of the creation time field.
[Visual Basic .NET]
Public Property CreatedAtFieldName As String
[C#]
public string CreatedAtFieldName {get; set;}
[C++]
HRESULT get_CreatedAtFieldName(
System.String* CreatedAtFieldName
);
[C++]
HRESULT put_CreatedAtFieldName(
BSTR CreatedAtFieldName
);
[C++] Parameters CreatedAtFieldName [out, retval]
CreatedAtFieldName is a parameter of type BSTR* CreatedAtFieldName [in]
CreatedAtFieldName is a parameter of type BSTR
CreatedAtFieldName returns the name of the field that records the date and time features or records were created. The return value is a string.