Share via


ResourceAccessException.Resource Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ResourceAccessException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace