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

The construction using the name value pair.

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

Syntax

C#
public PropertyInfo(
	string nm,
	string vl
)
Visual Basic (Declaration)
Public Sub New ( _
	nm As String, _
	vl As String _
)
Visual C++
public:
PropertyInfo(
	String^ nm, 
	String^ vl
)

Parameters

nm
Type: System..::.String
vl
Type: System..::.String

See Also