Type Property

HidSharp

Report Type Property HIDSharp

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public ReportType Type { get; set; }
public ReportType Type { get; set; }
Public Property Type As ReportType 
	Get 
	Set
Public Property Type As ReportType 
	Get 
	Set
public:
property ReportType Type {
	ReportType get ();
	void set (ReportType value);
}
public:
property ReportType Type {
	ReportType get ();
	void set (ReportType value);
}
member Type : ReportType with get, set
member Type : ReportType with get, set
See Also