| 
            
              OutputAdapterService Property
             | 
          
        
        
            Gets or sets the eDNA service for the adapter's connection.
            
        
        Namespace: eDNAAdaptersAssembly: eDNAAdapters (in eDNAAdapters.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
public string Service { get; set; }<ConnectionStringParameterAttribute>
Public Property Service As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property String^ Service {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
member Service : string with get, set
function get_Service();
function set_Service(value);
 View SourceProperty Value
String
See Also