Version

GetItemProperty Method (WinTreeReplayServer)

Return the value of the specified property for a specific node.
Syntax
'Declaration
 
Public Function GetItemProperty( _
   ByVal nodeId As System.String, _
   ByVal propertyName As System.String _
) As System.Object
public System.object GetItemProperty( 
   System.string nodeId,
   System.string propertyName
)

Parameters

nodeId
Key of the node to get property value for. It is passed as a string
propertyName
The name of the property to get

Return Value

An object representation of the property value.
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