MediaPermission::Image Property

 

Gets the current value of the image permission level.

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

public:
property MediaPermissionImage Image {
	MediaPermissionImage get();
}

Property Value

Type: System.Security.Permissions::MediaPermissionImage

The image permission level.

The following code example shows how to retrieve the MediaPermissionImage 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: