MediaPermissionAttribute::Video Property

 

Gets or sets the video permission level for the MediaPermissionAttribute.

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

public:
property MediaPermissionVideo Video {
	MediaPermissionVideo get();
	void set(MediaPermissionVideo value);
}

The default is SafeVideo.

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

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

.NET Framework
Available since 3.0
Return to top
Show: