Freigeben über


ProtectPathInfo.AllowInNestedFolders-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft einen Wert ab, der angibt, ob der relative Pfad in geschachtelten Ordnern (z. B. Unterverzeichnissen) übereinstimmen darf.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Property AllowInNestedFolders As Boolean 
    Get 
    Private Set
'Usage
Dim instance As ProtectPathInfo 
Dim value As Boolean 

value = instance.AllowInNestedFolders
public bool AllowInNestedFolders { get; private set; }
public:
virtual property bool AllowInNestedFolders {
    bool get () sealed;
    private: void set (bool value) sealed;
}
abstract AllowInNestedFolders : bool with get, private set 
override AllowInNestedFolders : bool with get, private set
final function get AllowInNestedFolders () : boolean 
private final function set AllowInNestedFolders (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true , wenn der relative Pfad in geschachtelten Ordnern übereinstimmen darf, andernfalls false.

Implementiert

IProtectPathInfo.AllowInNestedFolders

Siehe auch

Verweis

ProtectPathInfo Klasse

Microsoft.WebMatrix.Extensibility-Namespace