ServicingJobInfo.AccountId Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "accountId", Order := )> _
Public Property AccountId As Guid
[DataMemberAttribute(Name = "accountId", Order = )]
public Guid AccountId { get; set; }
[DataMemberAttribute(Name = L"accountId", Order = )]
public:
property Guid AccountId {
    Guid get ();
    void set (Guid value);
}
[<DataMemberAttribute(Name = "accountId", Order = )>]
member AccountId : Guid with get, set
function get AccountId () : Guid 
function set AccountId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

ServicingJobInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace