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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.