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