FieldSchema::DataType Property

Gets the data type of the field.

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

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

Property Value

Type: System::Type
The data type of the field.
Show: