Version

GetNAProperty Method (IXamScatterSurface3DReplay)

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

Parameters

fullPropertyName
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