MessagePackExtendedTypeObjectIsValid Property |
Gets a value indicating whether this instance is valid.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
public:
property bool IsValid {
bool get ();
}
member IsValid : bool with get
Property Value
Type:
Booleantrue if this instance is valid; otherwise,
false.
See Also