HostProtectionAttribute.SharedState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.