SharedWorkspaceLink.ModifiedBy Property

Definition

Returns the name of the user who last modified the object.

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

Property Value

Remarks

For shared workspace objects, the ModifiedBy property returns the friendly name stored in the Name property of the DWSMember object.

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

Applies to