IPublishingErrorItem.Status Property
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Декларация
Property Status As PublishingErrorStatusType
Get
Set
PublishingErrorStatusType Status { get; set; }
property PublishingErrorStatusType Status {
PublishingErrorStatusType get ();
void set (PublishingErrorStatusType value);
}
abstract Status : PublishingErrorStatusType with get, set
function get Status () : PublishingErrorStatusType
function set Status (value : PublishingErrorStatusType)
Property Value
Type: Microsoft.TeamFoundation.Controls.PublishingErrorStatusType
.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.