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