| 
            
              AdapterBaseID Property
             | 
          
        
        
            Gets or sets numeric ID associated with this 
AdapterBase.
            
 
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic virtual uint ID { get; set; }Public Overridable Property ID As UInteger
	Get
	Set
public:
virtual property unsigned int ID {
	unsigned int get ();
	void set (unsigned int value);
}abstract ID : uint32 with get, set
override ID : uint32 with get, set
function get_ID();
function set_ID(value);
 View SourceProperty Value
UInt32Implements
IAdapterID
See Also