SharedWorkspaceTask.ModifiedBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.