适用于版本2
获取用于指示是否允许在嵌套文件夹(即子目录)中匹配相对路径的值。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Property AllowInNestedFolders As Boolean
Get
Private Set
用法
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)
属性值
类型:System.Boolean
如果允许在嵌套文件夹中匹配相对路径,则为 true;否则为 false。
实现
IProtectPathInfo.AllowInNestedFolders