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