Version

SetNAProperty Method (IXamRadialMenuReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Sets the value of any property (or sub property) for the Infragistics Control", Documentation="Sets the value of property %a1 to %a2 for the %l %t")>
Sub SetNAProperty( _
   ByVal fullPropertyName As System.String, _
   ByVal oNewValue As System.Object _
) 
[TypeInfoMethod(Description="Sets the value of any property (or sub property) for the Infragistics Control", Documentation="Sets the value of property %a1 to %a2 for the %l %t")]
void SetNAProperty( 
   System.string fullPropertyName,
   System.object oNewValue
)
[TypeInfoMethod(Description="Sets the value of any property (or sub property) for the Infragistics Control", Documentation="Sets the value of property %a1 to %a2 for the %l %t")]
void SetNAProperty( 
   System.string* fullPropertyName,
   System.Object* oNewValue
) 

Parameters

fullPropertyName
oNewValue
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