LocalPendingChange.LockStatus Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property LockStatus As Byte
public byte LockStatus { get; set; }
public:
property unsigned char LockStatus {
unsigned char get ();
void set (unsigned char value);
}
member LockStatus : byte with get, set
function get LockStatus () : byte
function set LockStatus (value : byte)
Property Value
Type: System.Byte
Returns 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.