LockName<T1, T2>.NameValue2 Property
Returns the second name value.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property NameValue2 As T2
public T2 NameValue2 { get; }
public:
property T2 NameValue2 {
T2 get ();
}
member NameValue2 : 'T2 with get
function get NameValue2 () : T2
Property Value
Type: T2
Returns LockManager.LockLevel.
.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.