Freigeben über


PackageVolume.SupportsHardLinks Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Volume die Erstellung von Hardlinks im Dateisystem unterstützt.

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

Eigenschaftswert

Boolean

bool

true, wenn das Volume die Erstellung von Hardlinks im Dateisystem unterstützt; andernfalls false.

Gilt für:

Weitere Informationen