SharedWorkspaceLink.CreatedBy Property

Definition

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

public:
 property System::String ^ CreatedBy { System::String ^ get(); };
public string CreatedBy { get; }
member this.CreatedBy : string
Public ReadOnly Property CreatedBy As String

Property Value

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.

Applies to