Account.GetProperty Method

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

Syntax

'Declaration
Public Function GetProperty ( _
    name As String _
) As Object
public Object GetProperty(
    string name
)
public:
Object^ GetProperty(
    String^ name
)
member GetProperty : 
        name:string -> Object
public function GetProperty(
    name : String
) : Object

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace