Version

GetPropertyIntentValue Method

Returns the value of a valued data intent for a property.
Syntax
'Declaration
 
Public Function GetPropertyIntentValue( _
   ByVal intent As String, _
   ByVal property As String _
) As String
public string GetPropertyIntentValue( 
   string intent,
   string property
)

Parameters

intent
The valued intent to search for.
property
The property to search for an intent on.

Return Value

The intent value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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