Attachment.ModifiedBy Property

Gets the name of the workspace member who last modified the attachment.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)

Syntax

'Declaration
Public Property ModifiedBy As String
    Get
    Private Set
'Usage
Dim instance As Attachment
Dim value As String

value = instance.ModifiedBy
public string ModifiedBy { get; private set; }

Property Value

Type: System.String
The name of the last member who modified the attachment.

See Also

Reference

Attachment Class

Attachment Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace