Gets or sets a value that determines whether the given data is relative.
Syntax
'Declaration
Public Property RelativeData As Boolean
'Usage
Dim instance As Waterfall
Dim value As Boolean
instance.RelativeData = value
value = instance.RelativeData
public bool RelativeData {get; set;}
See Also