Gets or sets event parent id.

Namespace: MonoSoftware.MonoX.API
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Nullable<Guid> ParentId { get; set; }
Visual Basic
Public Property ParentId As Nullable(Of Guid)
	Get
	Set
Visual C++
public:
property Nullable<Guid> ParentId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}
F#
member ParentId : Nullable<Guid> with get, set

Property Value

Type: Nullable<(Of <(<'Guid>)>)>

See Also