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)

Syntax

'Declaration
Public ReadOnly Property Schema As SyncSchema
    Get
'Usage
Dim instance As SchemaCreatedEventArgs
Dim value As SyncSchema

value = instance.Schema
public SyncSchema Schema { get; }
public:
property SyncSchema^ Schema {
    SyncSchema^ get ();
}
member Schema : SyncSchema
function get Schema () : SyncSchema

Property Value

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

See Also

Reference

SchemaCreatedEventArgs Class

Microsoft.Synchronization.Data Namespace