HostProtectionAttribute.Synchronization Proprietà

Definizione

Ottiene o imposta un valore che indica se la sincronizzazione è esposta.

public:
 property bool Synchronization { bool get(); void set(bool value); };
public bool Synchronization { get; set; }
member this.Synchronization : bool with get, set
Public Property Synchronization As Boolean

Valore della proprietà

true se la sincronizzazione è esposta; in caso contrario, false. Il valore predefinito è false.

Si applica a

Vedi anche