NavigatorSetTargetProperty Method (String, String, Object) |
Provides the ability to set the value of a property on a specified nav target.
Note that if the nav target is not found, no action is taken.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SetTargetProperty(
string targetName,
string propertyName,
Object propValue
)
Public Sub SetTargetProperty (
targetName As String,
propertyName As String,
propValue As Object
)
Parameters
- targetName
- Type: SystemString
The name (not ID) of the target - propertyName
- Type: SystemString
The name of the property to set. - propValue
- Type: SystemObject
The value to which to set the property.
See Also