Attachment.Tag Property

Gets the tag defined for 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 Tag As String
    Get
    Private Set
'Usage
Dim instance As Attachment
Dim value As String

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

Property Value

Type: System.String
The attachment tag.

Remarks

The attachment tag is a text field that can contain any add-in-specific text data.

See Also

Reference

Attachment Class

Attachment Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace