Share via


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
'Usage
Dim instance As SchemaCreatedEventArgs
Dim value As SyncSchema

value = instance.Schema
public SyncSchema Schema { get; }
public:
property SyncSchema^ Schema {
    SyncSchema^ get ();
}
/** @property */
public SyncSchema get_Schema ()
public function get Schema () : SyncSchema

Property Value

The SyncSchema object for the table that was created.

See Also

Reference

SchemaCreatedEventArgs Class
SchemaCreatedEventArgs Members
Microsoft.Synchronization.Data Namespace