Share via


NfsAccessRule.AllowSubmountAccess Property

Definition

For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.

public bool? AllowSubmountAccess { get; set; }
member this.AllowSubmountAccess : Nullable<bool> with get, set
Public Property AllowSubmountAccess As Nullable(Of Boolean)

Property Value

Applies to