Share via


LocationConfiguration.CreationDate property

Specifies the creation date of the federated search location. This date corresponds to the CreationDate element of the OpenSearchDescription of the federated location definition file.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CreationDate As DateTime
    Get
    Friend Set
'Usage
Dim instance As LocationConfiguration
Dim value As DateTime

value = instance.CreationDate
[DataMemberAttribute]
public DateTime CreationDate { get; internal set; }

Property value

Type: System.DateTime

See also

Reference

LocationConfiguration class

LocationConfiguration members

Microsoft.Office.Server.Search.Administration namespace