Version

SetNAProperty Method

Set a property value for an Infragistics Test Object
Syntax
'Declaration
 
Public Function SetNAProperty( _
   ByVal fullPropertyName As String, _
   ByVal Value As Object _
) As Boolean
public bool SetNAProperty( 
   string fullPropertyName,
   object Value
)

Parameters

fullPropertyName
The property chain that would be used to access the property off the source object. See GetNAProperty for detail.
Value
The value to set

Return Value

True if the Specified property value is equal to the passed in Value. otherwise return false
Remarks
This method can only be used to set value type properties and not object type properties
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also