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 ReadOnly Property TargetID As String
Get
property String^ TargetID {
String^ get ();
}
abstract TargetID : string with get
Property Value
Type:
StringRemarks
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