ProfileInfoCollection.SyncRoot Propiedad

Definición

Obtiene la raíz de sincronización.

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

Valor de propiedad

Object

Es siempre this (Me en Visual Basic) porque no se admite la sincronización de objetos ProfileInfoCollection.

Implementaciones

Comentarios

Normalmente, el código de la aplicación no usa esta propiedad.

Se aplica a

Consulte también