Provider.Id Property

Gets the identifier.
[Category(CATEGORY_INFO)] 
public byte Id {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_INFO)] 
public:  
property Byte Id { 
Byte get( ); 
void set( 
Byte value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_INFO) 
function get Id() : byte
public  
Category(CATEGORY_INFO) 
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