|
DeviceGroupID Property
|
Gets or sets unique ID.
Namespace: GrafanaAdapters.Model.DatabaseAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax [PrimaryKeyAttribute(true)]
public int ID { get; set; }
<PrimaryKeyAttribute(true)>
Public Property ID As Integer
Get
Set
public:
[PrimaryKeyAttribute(true)]
property int ID {
int get ();
void set (int value);
}
[<PrimaryKeyAttribute(true)>]
member ID : int with get, set
function get_ID();
function set_ID(value);
View SourceProperty Value
Int32See Also