BaseConnectorEngine.CreateAttrib Method

Protected Function CreateAttrib( _ 
ByVal source_field As String, _ 
ByVal value As Object
) As Attribute
This language is not supported or no code example is available.
protected Attribute CreateAttrib( 
string source_field
object value 
)
This language is not supported or no code example is available.
protected:  
Attribute^ CreateAttrib( 
String^ source_field
object^ value 
)
This language is not supported or no code example is available.
protected function CreateAttrib( 
source_field : String
value : object 
) : Attribute;
This language is not supported or no code example is available.

Parameters

source_field
string

value
object

Return Value

Attribute

.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