'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the unique identifier of the command.")> <NDesignOnlyBrowsableAttribute(True)> Public Property ID As System.Integer
'Usage
Dim instance As NCommandProperties Dim value As System.Integer instance.ID = value value = instance.ID
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the unique identifier of the command.")] [NDesignOnlyBrowsable(true)] public System.int ID {get; set;}