DocumentSetVersionField.Value Property
Gets or sets an object representing the value of the field.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property Value As Object
Get
Set
'Usage
Dim instance As DocumentSetVersionField
Dim value As Object
value = instance.Value
instance.Value = value
public Object Value { get; set; }
Property Value
Type: System.Object
An object representing the value of the field.
See Also
Reference
DocumentSetVersionField Structure