Edit

Share via


HostProtectionAttribute.SharedState Property

Definition

Gets or sets a value indicating whether shared state is exposed.

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

Property Value

true if shared state is exposed; otherwise, false. The default is false.

Remarks

When SharedState is true, it indicates that a state is exposed that might be shared between threads.

Applies to

See also