PackageVolume.SupportsHardLinks Property

Definition

Gets a value that specifies whether the volume supports the creation of hard links in its file system.

public:
 property bool SupportsHardLinks { bool get(); };
bool SupportsHardLinks();
public bool SupportsHardLinks { get; }
var boolean = packageVolume.supportsHardLinks;
Public ReadOnly Property SupportsHardLinks As Boolean

Property Value

Boolean

bool

true if the volume supports the creation of hard links in its file system; otherwise, false.

Applies to

See also