Share via


SharedWorkspaceLink.CreatedDate Property 

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

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

Usage

Dim sharedWorkspaceLink1 As SharedWorkspaceLink

Dim returnValue As Object
returnValue = sharedWorkspaceLink1.CreatedDate

Syntax

ReadOnly Property CreatedDate() As Object
object CreatedDate {get;}
property Object^ CreatedDate{
    Object^ get();
}
public System.Object get_CreatedDate();
function get CreatedDate() : Object;

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

SharedWorkspaceLink Interface
Microsoft.Office.Core Namespace

Other Resources

SharedWorkspaceLink Members