Share via


Attachment.CreatedByURL Property

Gets the identity URL of the workspace member who created 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 CreatedByURL As String
    Get
    Private Set
'Usage
Dim instance As Attachment
Dim value As String

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

Property Value

Type: System.String
The identity URL of the attachment creator.

See Also

Reference

Attachment Class

Attachment Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace