TeamFoundationLock.Resources Property

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

See Also

Reference

TeamFoundationLock Class

Microsoft.TeamFoundation.Framework.Server Namespace