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)
Syntax
'Declaration
Public Property DataType As Type
'Usage
Dim instance As SyncSchemaColumn
Dim value As Type
value = instance.DataType
instance.DataType = value
public Type DataType { get; set; }
public:
property Type^ DataType {
Type^ get ();
void set (Type^ value);
}
/** @property */
public Type get_DataType ()
/** @property */
public void set_DataType (Type value)
public function get DataType () : Type
public function set DataType (value : Type)
Property Value
A Type object that represents the type of data stored in the column.
See Also
Reference
SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace