Delen via


Account.Revision Property

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

Syntax

'Declaration
<IgnoreDataMemberAttribute> _
Public Property Revision As Byte()
[IgnoreDataMemberAttribute]
public byte[] Revision { get; set; }
[IgnoreDataMemberAttribute]
public:
property array<unsigned char>^ Revision {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
[<IgnoreDataMemberAttribute>]
member Revision : byte[] with get, set
function get Revision () : byte[]
function set Revision (value : byte[])

Property Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace