SyncSchemaColumn::DefaultValue Property

Gets or sets the default value for the column when new rows are created.

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

public:
property String^ DefaultValue {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The default value for the column if it is set; otherwise, an empty string.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: