TeamFoundationLock.Resources Property
The resource being held by the lock.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Resources As String()
public string[] Resources { get; internal set; }
public:
property array<String^>^ Resources {
array<String^>^ get ();
internal: void set (array<String^>^ value);
}
member Resources : string[] with get, internal set
function get Resources () : String[]
internal function set Resources (value : String[])
Property Value
Type: array<System.String[]
.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.