Version

GetNAProperty Method (ISupportNAProperty)

Get the value of the specified property
Syntax
'Declaration
 
Function GetNAProperty( _
   ByVal fullPropertyPath As String _
) As Object
object GetNAProperty( 
   string fullPropertyPath
)

Parameters

fullPropertyPath
Property name. This can be passed in to get nested propertis as well.

Return Value

Value of the property if the property type is is a simple tpye. If the property type is of a complex type the method will return a Hashtable list of all the tpye 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