Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal name As String, _ 
ByVal description As String, _ 
ByVal type As ConnectorMappingEntityType, _ 
ByVal source_field As String
)
This language is not supported or no code example is available.
public ConnectorManualModeSetting( 
string name
string description
ConnectorMappingEntityType type
string source_field 
)
This language is not supported or no code example is available.
public:  
ConnectorManualModeSetting( 
String^ name
String^ description
ConnectorMappingEntityType type
String^ source_field 
)
This language is not supported or no code example is available.
public function ConnectorManualModeSetting( 
name : String
description : String
type : ConnectorMappingEntityType
source_field : String 
);
This language is not supported or no code example is available.

Parameters

name
Type: string

description
Type: string

type
Type: ConnectorMappingEntityType

source_field
Type: string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1