|   | ActionAdapterBaseID Property | 
        
        
            Gets or sets numeric ID associated with this action adapter.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
UInt32Implements
IAdapterID See Also
See Also