SyncSchemaColumn::RowGuid Property

Gets or sets whether the column is a Guid.

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

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

Property Value

Type: System::Boolean
true if the column is a Guid; otherwise, false.
Show: