IConnection.Schema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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