DependencyEntryIsPage Property
|
Namespace:
Ingeniux.Runtime.Dependency
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax [JsonPropertyAttribute("P")]
public bool IsPage { get; set; }
<JsonPropertyAttribute("P")>
Public Property IsPage As Boolean
Get
Set
public:
[JsonPropertyAttribute(L"P")]
property bool IsPage {
bool get ();
void set (bool value);
}
[<JsonPropertyAttribute("P")>]
member IsPage : bool with get, set
Property Value
Type:
BooleanSee Also