Analytics.ClientInformation Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a collection of hashed pseudo unique Base64 string values on a per domain and machine basis.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ClientInformation As ReadOnlyCollection(Of String)
public static ReadOnlyCollection<string> ClientInformation { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
Returns a ReadOnlyCollection<T> which contains the unique string values.

Remarks

Values within the collection can be null but will remain constant in count.

The end user can opt out of providing these values to the application by disabling protected content playback in the Silverlight configuration dialog or by using the private mode of their browser; the collection will be nulla null reference (Nothing in Visual Basic) in these instances.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.