Compartir a través de


PrivacyImpactedStateChangeEventArgs.bImpacted Property

Gets or sets a Boolean value that specifies whether the privacy was impacted or not.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As PrivacyImpactedStateChangeEventArgs
Dim value As Boolean

value = instance.bImpacted

Syntax

'Declaration
Public ReadOnly Property bImpacted As Boolean
public bool bImpacted { get; }
public:
property bool bImpacted {
    bool get ();
}
/** @property */
public boolean get_bImpacted ()
public function get bImpacted () : boolean

Property Value

Type: Boolean
True if the privacy was impacted; false otherwise.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

PrivacyImpactedStateChangeEventArgs Class
PrivacyImpactedStateChangeEventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.