DataSetSurrogate::DatasetName Property

Gets or sets the name of the data set that the DataSetSurrogate object represents.

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

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

Property Value

Type: System::String
The name of the data set.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: