Share via


SharedWorkspaceLink.CreatedBy Property 

Returns the friendly name of the member who created the shared workspace object.

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

Usage

Dim sharedWorkspaceLink1 As SharedWorkspaceLink

Dim returnValue As String
returnValue = sharedWorkspaceLink1.CreatedBy

Syntax

ReadOnly Property CreatedBy() As String
string CreatedBy {get;}
property String^ CreatedBy{
    String^ get();
}
public System.String get_CreatedBy();
function get CreatedBy() : String;

Remarks

The CreatedBy property returns the friendly name stored in the Name property of the DWSMember object.

The SharedWorkspaceFolder and SharedWorkspaceMember objects do not have a CreatedBy 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