TeamFoundationLockInfo.LockMode Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
Public Property LockMode As TeamFoundationLockMode
Get
Set
public TeamFoundationLockMode LockMode { get; set; }
public:
property TeamFoundationLockMode LockMode {
TeamFoundationLockMode get ();
void set (TeamFoundationLockMode value);
}
member LockMode : TeamFoundationLockMode with get, set
function get LockMode () : TeamFoundationLockMode
function set LockMode (value : TeamFoundationLockMode)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationLockMode
.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.