MediaPermissionAttribute::Audio Property

 

Gets or sets the audio permission level for the MediaPermissionAttribute.

Namespace:   System.Security.Permissions
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property MediaPermissionAudio Audio {
	MediaPermissionAudio get();
	void set(MediaPermissionAudio value);
}

The default is SafeAudio.

The following code example shows the use of the Audio property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: