TeamFoundationLockInfo.LockName Property

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

Syntax

'Declaration
Public Property LockName As String
public string LockName { get; set; }
public:
property String^ LockName {
    String^ get ();
    void set (String^ value);
}
member LockName : string with get, set
function get LockName () : String 
function set LockName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamFoundationLockInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace