PilePointer Valid Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns true if the pointer has positive segment and address, however this does not mean that pointed-to data exists. Even if this is a valid local pointer it may be an invalid distributed pointer

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool Valid { get; }

Property Value

Type: OnlineBoolean
See Also