IDataSourceViewSchemaAccessor.DataSourceViewSchema Property

Definition

When implemented, gets or sets the schema associated with the object.

public:
 property System::Object ^ DataSourceViewSchema { System::Object ^ get(); void set(System::Object ^ value); };
public object DataSourceViewSchema { get; set; }
member this.DataSourceViewSchema : obj with get, set
Public Property DataSourceViewSchema As Object

Property Value

An Object that represents the schema.

Remarks

This interface is implemented by the TreeNodeBinding, MenuItemBinding, and DataControlField classes. These implementations are used by the .NET Framework and are not intended for use in your code.

Applies to

See also