Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Overrides the RequirementAttribute.AllRequired property to return false.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AllRequired As Boolean
'Usage
Dim instance As UsesItemPolicyAttribute
Dim value As Boolean
value = instance.AllRequired
public override bool AllRequired { get; }
public:
virtual property bool AllRequired {
bool get () override;
}
public 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
UsesItemPolicyAttribute Members
Microsoft.Windows.Design.Policies Namespace