[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public ParentChildInfo(
	string text,
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	text As String, _
	value As String _
)
Visual C++
public:
ParentChildInfo(
	String^ text, 
	String^ value
)

Parameters

text
Type: System..::.String
value
Type: System..::.String

See Also