SchemaCreatedEventArgs::Schema Property

Gets a SyncSchema object for the table that was created.

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

public:
property SyncSchema^ Schema {
	SyncSchema^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::SyncSchema
The SyncSchema object for the table that was created.
Show: