Share via


TeamFoundationLock.Resource Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property Resource As String
public string Resource { get; set; }
public:
property String^ Resource {
    String^ get ();
    void set (String^ value);
}
member Resource : string with get, set
function get Resource () : String
function set Resource (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationLock Class

Microsoft.TeamFoundation.Framework.Server Namespace