Version

GetNAProperties Method (IXamRadialMenuReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="This method will returns a list of the visible properties of a given object, and their data types.", Documentation="Returns the list of properties for %a1 for the %l %t")>
Function GetNAProperties( _
   Optional ByVal oFullPropertyName As System.Object _
) As System.String
[TypeInfoMethod(Description="This method will returns a list of the visible properties of a given object, and their data types.", Documentation="Returns the list of properties for %a1 for the %l %t")]
System.string GetNAProperties( 
   System.object oFullPropertyName
)
[TypeInfoMethod(Description="This method will returns a list of the visible properties of a given object, and their data types.", Documentation="Returns the list of properties for %a1 for the %l %t")]
System.string* GetNAProperties( 
   System.Object* oFullPropertyName
) 

Parameters

oFullPropertyName
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