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