Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a flag that describes whether the work item is partially opened.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsPartialOpen As Boolean
public bool IsPartialOpen { get; }
public:
property bool IsPartialOpen {
    bool get ();
}
member IsPartialOpen : bool with get
function get IsPartialOpen () : boolean
Property Value
Type: System.Boolean
True if the work item is partially open; otherwise, false.
Remarks
The IsPartialOpen property indicates that the work item is open and has minimum interaction with the server. See the PartialOpen method for more information.
.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.