ConnectorMappingExclusion.mapping_entity_type Property

From (source) field of the mapping
<DataMember()> _ 
Public Property mapping_entity_type() As ConnectorMappingEntityType
This language is not supported or no code example is available.
[DataMember()] 
public ConnectorMappingEntityType mapping_entity_type {get; set;}
This language is not supported or no code example is available.
[DataMember()] 
public:  
property ConnectorMappingEntityType mapping_entity_type { 
ConnectorMappingEntityType get( ); 
void set( 
ConnectorMappingEntityType value 
); 
}
This language is not supported or no code example is available.
public  
DataMember() 
function get mapping_entity_type() : ConnectorMappingEntityType
public  
DataMember() 
function set mapping_entity_type(value : ConnectorMappingEntityType);
This language is not supported or no code example is available.

Property Value

ConnectorMappingEntityType

.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

In this article

Definition