DependencyEntryParent Property
|
Namespace:
Ingeniux.Runtime.Dependency
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public DependencyEntry Parent { get; set; }
Public Property Parent As DependencyEntry
Get
Set
public:
property DependencyEntry^ Parent {
DependencyEntry^ get ();
void set (DependencyEntry^ value);
}
member Parent : DependencyEntry with get, set
Property Value
Type:
DependencyEntrySee Also