CustomFieldDefinition::FieldType Property

Gets the data type of the field.

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

public:
property Type^ FieldType {
	Type^ get ();
}

Property Value

Type: System::Type
The data type of the field. For a list of supported types, see CustomFieldDefinition.
Show: