IProvider.Id Property

Gets the identifier.
byte Id {get; set;}
This language is not supported or no code example is available.
 
property Byte Id { 
Byte get( ); 
void set( 
Byte value 
); 
}
This language is not supported or no code example is available.
function get Id() : byte
function set Id(value : byte);
This language is not supported or no code example is available.

Property Value

byte

The identifier.

In this article

Definition