Type Property

HidSharp

ReportCollection Type Property HIDSharp

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

Syntax

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