CatalogNode.Resource Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Resource As CatalogResource
public CatalogResource Resource { get; set; }
public:
property CatalogResource^ Resource {
CatalogResource^ get ();
void set (CatalogResource^ value);
}
member Resource : CatalogResource with get, set
function get Resource () : CatalogResource
function set Resource (value : CatalogResource)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.CatalogResource
.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.