Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")> _
Public ReadOnly Property IsReadOnly As Boolean
[ObsoleteAttribute("Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")]
public bool IsReadOnly { get; }
[ObsoleteAttribute(L"Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")]
public:
property bool IsReadOnly {
bool get ();
}
[<ObsoleteAttribute("Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")>]
member IsReadOnly : bool with get
function get IsReadOnly () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
.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.