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