Share via


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

See Also

Reference

LocalPendingChange Class

Microsoft.TeamFoundation.VersionControl.Server Namespace