Share via


Account.TryGetProperty Method

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function TryGetProperty ( _
    name As String, _
    <OutAttribute> ByRef value As Object _
) As Boolean
public bool TryGetProperty(
    string name,
    out Object value
)
public:
bool TryGetProperty(
    String^ name, 
    [OutAttribute] Object^% value
)
member TryGetProperty : 
        name:string * 
        value:Object byref -> bool
public function TryGetProperty(
    name : String, 
    value : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace