HostProtectionAttribute.Synchronization Property

Definition

Gets or sets a value indicating whether synchronization is exposed.

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

Property Value

true if synchronization is exposed; otherwise, false. The default is false.

Applies to

See also