LanguageResourcePhrase.Created Property
Gets the date and time when the language resource phrase was created.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As LanguageResourcePhrase
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Property Value
Type: System.DateTime
The date and time when the language resource phrase was created.