Share via


ContentCollection.Created Property

Gets the ISO 8601 date string representation of the time the content collection was created.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Content
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
ReadOnly Property Created As String
    Get
'Usage
Dim instance As ContentCollection
Dim value As String

value = instance.Created
string Created { get; }

Property Value

Type: System.String
The ISO 8601 date string representation of the time the content collection was created.

See Also

Reference

ContentCollection Interface

ContentCollection Members

Microsoft.SharePoint.Search.Extended.Administration.Content Namespace