SharedWorkspaceFile.CreatedDate Property

Returns the date and time when the shared workspace object was created.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property CreatedDate As Object
    Get
'Usage
Dim instance As SharedWorkspaceFile
Dim value As Object

value = instance.CreatedDate
Object CreatedDate { get; }

Property Value

Type: System.Object

Remarks

The SharedWorkspaceFolder and SharedWorkspaceMember objects do not have a CreatedDate property.

See Also

Reference

SharedWorkspaceFile Interface

SharedWorkspaceFile Members

Microsoft.Office.Core Namespace