Freigeben über


ItemField.FieldType-Eigenschaft

Ruft den Datentyp des Felds ab.

Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)

Syntax

'Declaration
Public ReadOnly Property FieldType As Type
'Usage
Dim instance As ItemField
Dim value As Type

value = instance.FieldType
public Type FieldType { get; }
public:
property Type^ FieldType {
    Type^ get ();
}
/** @property */
public Type get_FieldType ()
public function get FieldType () : Type

Eigenschaftenwert

Der Datentyp des Felds.

Siehe auch

Verweis

ItemField-Klasse
ItemField-Member
Microsoft.Synchronization.SimpleProviders-Namespace