V8FastResult.IsSet Property |
Determines whether the result has been set.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool IsSet { get; }
Public ReadOnly Property IsSet As Boolean
Get
public:
property bool IsSet {
bool get ();
}
member IsSet : bool with get
Property Value
Boolean
Remarks
Once set, a result cannot be modified.
See Also