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)

Syntax

'Declaration
ReadOnly Property CreatedBy As String
    Get
'Usage
Dim instance As SharedWorkspaceLink
Dim value As String

value = instance.CreatedBy
string CreatedBy { get; }

Property Value

Type: System.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.

See Also

Reference

SharedWorkspaceLink Interface

SharedWorkspaceLink Members

Microsoft.Office.Core Namespace