ConnectorInfo.configuration Property
<DataMember()> _
Public Overridable Property configuration() As ICollection(Of ConnectorConfigInfo)
This language is not supported or no code example is available.
[DataMember()]
public virtual ICollection<ConnectorConfigInfo> configuration {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
virtual property ICollection<ConnectorConfigInfo^>^ configuration {
ICollection<ConnectorConfigInfo^>^ get( );
void set(
ICollection<ConnectorConfigInfo^>^ value
);
}
This language is not supported or no code example is available.