MediaPermissionAttribute::Image Property

 

Gets or sets the image permission level for the MediaPermissionAttribute.

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

public:
property MediaPermissionImage Image {
	MediaPermissionImage get();
	void set(MediaPermissionImage value);
}

The default is SafeImage.

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

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

.NET Framework
Available since 3.0
Return to top
Show: