SyncSchemaColumn::DataType Property

Gets or sets a Type object that represents the type of data stored in the column.

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

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

Property Value

Type: System::Type
A Type object that represents the type of data stored in the column.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: