DbSyncColumnDescription::SizeSpecified Property

Gets or sets whether a value is specified for the Size property.

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

public:
property bool SizeSpecified {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if a value is specified for Size; otherwise false.

This property is used when Sync Framework serializes column information to XML. If the value of this property is false, the value of Size is undefined and should be ignored. In that case, the value of Size will not be serialized.

Show: