Sdílet prostřednictvím


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
'Usage
Dim instance As ItemField
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
/** @property */
public Object get_Value ()
public function get Value () : Object

Property Value

The metadata value that is stored in the item field.

See Also

Reference

ItemField Class
ItemField Members
Microsoft.Synchronization.SimpleProviders Namespace