Parent Property

HidSharp

ReportMainItem Parent Property HIDSharp

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

Syntax

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