[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

UaBackgroundSounds

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Public Property UriHash As MD5CryptoServiceProvider
C#
public MD5CryptoServiceProvider UriHash { get; set; }
C++
public:
MD5CryptoServiceProvider^ UriHash {
	MD5CryptoServiceProvider^ get ();
	void set (MD5CryptoServiceProvider^ value);
}