Share via


ItemField.Value Property

Gets the metadata value that is stored in the item field.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

Syntax

'Declaration
Public ReadOnly Property Value As Object
    Get
'Usage
Dim instance As ItemField
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

Property Value

Type: System.Object
The metadata value that is stored in the item field.

See Also

Reference

ItemField Class

Microsoft.Synchronization.SimpleProviders Namespace