ProviderPlugin.Id Property
public byte Id {get; set;}
This language is not supported or no code example is available.
public:
property Byte Id {
Byte get( );
void set(
Byte value
);
}
This language is not supported or no code example is available.
public function get Id() : byte;
public function set Id(value : byte);
This language is not supported or no code example is available.
Property Value
byte
In this article
Definition