ProtectPathInfo.AllowInNestedFolders Propiedad
Lo siguiente se aplica a v2.
Obtiene un valor que indica si se permite a la ruta de acceso relativa coincidir en las carpetas anidadas (por ejemplo, subdirectorios).
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Public Property AllowInNestedFolders As Boolean
Get
Private Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true si se permite que la ruta de acceso relativa coincida en las carpetas anidadas; de lo contrario, false.
Implementa
IProtectPathInfo.AllowInNestedFolders