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

See Also

Reference

IPublishingErrorItem Interface

Microsoft.TeamFoundation.Controls Namespace