ConnectionTypeCreateProperties Class

Definition

The properties of the create connection type.

public class ConnectionTypeCreateProperties
type ConnectionTypeCreateProperties = class
Public Class ConnectionTypeCreateProperties
Inheritance
ConnectionTypeCreateProperties

Constructors

ConnectionTypeCreateProperties()

Initializes a new instance of the ConnectionTypeCreateProperties class.

ConnectionTypeCreateProperties(IDictionary<String,FieldDefinition>)

Initializes a new instance of the ConnectionTypeCreateProperties class with required arguments.

Properties

FieldDefinitions

Required. Gets or sets the field definitions of the connection type.

IsGlobal

Optional. Gets or sets a Boolean value to indicate if the connection type is global.

Applies to