DependencyEntryChildrenUnordered Property
|
Namespace:
Ingeniux.Runtime.Dependency
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax [JsonPropertyAttribute("Cs")]
public DependencyEntry[] ChildrenUnordered { get; set; }
<JsonPropertyAttribute("Cs")>
Public Property ChildrenUnordered As DependencyEntry()
Get
Set
public:
[JsonPropertyAttribute(L"Cs")]
property array<DependencyEntry^>^ ChildrenUnordered {
array<DependencyEntry^>^ get ();
void set (array<DependencyEntry^>^ value);
}
[<JsonPropertyAttribute("Cs")>]
member ChildrenUnordered : DependencyEntry[] with get, set
Property Value
Type:
DependencyEntrySee Also