JAMS Developer Guide
TryGetValue Method (PropertyValueCollection)


MVPSI.JAMS Namespace > PropertyValueCollection Class : TryGetValue Method
Try to get the PropertyValue with the specified property name
Syntax
'Declaration
 
Public Function TryGetValue( _
   ByVal propertyName As System.String, _
   ByRef pv As PropertyValue _
) As System.Boolean
'Usage
 
Dim instance As PropertyValueCollection
Dim propertyName As System.String
Dim pv As PropertyValue
Dim value As System.Boolean
 
value = instance.TryGetValue(propertyName, pv)
public System.bool TryGetValue( 
   System.string propertyName,
   out PropertyValue pv
)

Parameters

propertyName
pv
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

Reference

PropertyValueCollection Class
PropertyValueCollection Members