Click or drag to resize
XConnectionCanWriteField Method
Determines whether this instance can write the specified field .

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CanWriteField(
	long p_FieldKey
)

Parameters

p_FieldKey
Type: SystemInt64
The field key.

Return Value

Type: Boolean
true if this instance can write the specified field; otherwise, false.
See Also