Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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