MediaPermission::Audio Property

 

Gets the current value of the audio permission level.

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

public:
property MediaPermissionAudio Audio {
	MediaPermissionAudio get();
}

Property Value

Type: System.Security.Permissions::MediaPermissionAudio

The audio permission level.

The following code example shows how to retrieve the MediaPermissionAudio value for the MediaPermission.

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

.NET Framework
Available since 3.0
Return to top
Show: