Account.Revision Property
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<IgnoreDataMemberAttribute> _
Public Property Revision As Byte()
[IgnoreDataMemberAttribute]
public byte[] Revision { get; internal set; }
[IgnoreDataMemberAttribute]
public:
property array<unsigned char>^ Revision {
array<unsigned char>^ get ();
internal: void set (array<unsigned char>^ value);
}
[<IgnoreDataMemberAttribute>]
member Revision : byte[] with get, internal set
function get Revision () : byte[]
internal function set Revision (value : byte[])
Property Value
Type: array<System.Byte[]
.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.