IConnection.Schema Property

Definition

The schemas for this connection

[ADT.Runtime.Info(Create=true, Description="The schemas for this connection", PossibleTypes=new System.Type[] { typeof(ADT.Models.ISchema) }, Read=true, ReadOnly=false, Required=false, SerializedName="schemas", Update=true)]
public System.Collections.Generic.List<ADT.Models.ISchema> Schema { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The schemas for this connection", PossibleTypes=new System.Type[] { typeof(ADT.Models.ISchema) }, Read=true, ReadOnly=false, Required=false, SerializedName="schemas", Update=true)>]
member this.Schema : System.Collections.Generic.List<ADT.Models.ISchema> with get, set
Public Property Schema As List(Of ISchema)

Property Value

Attributes

Applies to