DeviceExtendedProperties.TryGetValue Method

Namespace:  Microsoft.Phone.Info
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Shared Function TryGetValue ( _
    propertyName As String, _
    <OutAttribute> ByRef propertyValue As Object _
) As Boolean
public static bool TryGetValue(
    string propertyName,
    out Object propertyValue
)
public:
static bool TryGetValue(
    String^ propertyName, 
    [OutAttribute] Object^% propertyValue
)
static member TryGetValue : 
        propertyName:string * 
        propertyValue:Object byref -> bool

Parameters

Return Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

DeviceExtendedProperties Class

Microsoft.Phone.Info Namespace