XamlLoadPermission::IsUnrestricted Method ()

.NET Framework (current version)
 

Returns whether this XamlLoadPermission denotes unrestricted permissions.

Namespace:   System.Xaml.Permissions
Assembly:  System.Xaml (in System.Xaml.dll)

public:
virtual bool IsUnrestricted() sealed

Return Value

Type: System::Boolean

true if this XamlLoadPermission denotes unrestricted permissions. false if this XamlLoadPermission has specific access level restrictions in AllowedAccess, or has no permissions.

.NET Framework
Available since 4.0
Return to top
Show: