Share via


Account.AccountOwner Property

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AccountOwner As Guid
[DataMemberAttribute]
public Guid AccountOwner { get; set; }
[DataMemberAttribute]
public:
property Guid AccountOwner {
    Guid get ();
    void set (Guid value);
}
[<DataMemberAttribute>]
member AccountOwner : Guid with get, set
function get AccountOwner () : Guid 
function set AccountOwner (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace