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 data type of the field.
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 CustomFieldDefinition
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
Property Value
The data type of the field. For a list of supported types, see CustomFieldDefinition.
See Also
Reference
CustomFieldDefinition Class
CustomFieldDefinition Members
Microsoft.Synchronization.SimpleProviders Namespace