Compartir a través de


RecognitionAlternates.SyncRoot Property

RecognitionAlternates.SyncRoot Property

Gets an object that can be used to synchronize access to the RecognitionAlternates collection.

Definition

Visual Basic .NET Public ReadOnly Property SyncRoot As Object
C# public object SyncRoot { get; }
Managed C++ public: __property Object* get_SyncRoot();

Property Value

System.Object. An object that can be used to synchronize access to the RecognitionAlternates collection.

This property is read-only. This property has no default value.

Remarks

The RecognitionAlternates collection implements the ICollection Leave Site interface. For more information about the SyncRoot property, see the ICollection.SynchRoot Leave Site property.

See Also