Click or drag to resize

ICMSLinkElementTargetID Property

Gets the unique Id of the target Page, which is the value of "ID" Attribute.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
string TargetID { get; }

Property Value

Type: String
Remarks
Please use this property to retrieve the value of "ID" attribute. Do not use the ID property, because it is the value of the ID of current Page.
See Also