ConfigurationListenerEventArgsIsListChild Property |
Gets or sets a value indicating that the
Record is a child object in a list.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsListChild { get; }
Public ReadOnly Property IsListChild As Boolean
Get
public:
property bool IsListChild {
bool get ();
}
member IsListChild : bool with get
Property Value
Type:
BooleanSee Also