Validates object state.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public bool IsValid(
	out string error
)
Visual Basic
Public Function IsValid ( _
	<OutAttribute> ByRef error As String _
) As Boolean
Visual C++
public:
bool IsValid(
	[OutAttribute] String^% error
)

Parameters

error
Type: String%
Error message describing state issue.

Return Value

true if object is valid; false otherwise.

See Also