Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overrides the RequirementAttribute.AllRequired property to return false.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AllRequired As Boolean
Get
public override bool AllRequired { get; }
public:
virtual property bool AllRequired {
bool get () override;
}
abstract AllRequired : bool
override AllRequired : bool
override function get AllRequired () : boolean
Property Value
Type: System.Boolean
Always false.
Remarks
Any policy match on a class is acceptable.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Policies Namespace