Attachment.VersionID Property
Gets the attachment conflict version identification.
Namespace: Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly: Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)
Syntax
'Declaration
Public Property VersionID As String
Get
Private Set
'Usage
Dim instance As Attachment
Dim value As String
value = instance.VersionID
public string VersionID { get; private set; }
Property Value
Type: System.String
The attachment conflict version identification.