ConnectorConfigInfo.type Property
<DataMember()> _
Public Property type() As ConnectorConfigInfoType
This language is not supported or no code example is available.
[DataMember()]
public ConnectorConfigInfoType type {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property ConnectorConfigInfoType type {
ConnectorConfigInfoType get( );
void set(
ConnectorConfigInfoType value
);
}
This language is not supported or no code example is available.
public
DataMember()
function get type() : ConnectorConfigInfoType;
public
DataMember()
function set type(value : ConnectorConfigInfoType);
This language is not supported or no code example is available.