Property IsNull
IsNull
(Read Only) Indicates whether this ArConfig is null
.
This property is deprecated. Use the equality operator (==
) to compare with null
instead.
Declaration
[Obsolete("Compare to null instead.")]
public bool IsNull { get; }
Property Value
Type | Description |
---|---|
bool |