Share via


TargetCollection.IsSynchronized Property

Gets a value indicating whether access to the TargetCollection is synchronized (thread safe).

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

Syntax

'Declaration
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
}
abstract IsSynchronized : bool with get 
override IsSynchronized : bool with get
final function get IsSynchronized () : boolean

Property Value

Type: System.Boolean
true if access to the TargetCollection is synchronized (thread safe); otherwise, false. The default is false.

Implements

ICollection.IsSynchronized

.NET Framework Security

See Also

Reference

TargetCollection Class

Microsoft.Build.BuildEngine Namespace