XamlLoadPermission::AllowedAccess Property

.NET Framework (current version)
 

Gets the list of all XamlAccessLevel values that this XamlLoadPermission represents.

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

public:
property IList<XamlAccessLevel^>^ AllowedAccess {
	IList<XamlAccessLevel^>^ get();
	private: void set(IList<XamlAccessLevel^>^ value);
}

Property Value

Type: System.Collections.Generic::IList<XamlAccessLevel^>^

A read-only list of XamlAccessLevel values, or null. See Remarks.

If the current XamlLoadPermission is initialized such that IsUnrestricted is true, AllowedAccess may be null.

.NET Framework
Available since 4.0
Return to top
Show: