SharedWorkspaceFile.CreatedBy 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 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.