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

constructor

Namespace:  OfficeClip.BusinessLayer.Extranet.Xml
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public Details(
	string dType,
	string dValue
)
Visual Basic (Declaration)
Public Sub New ( _
	dType As String, _
	dValue As String _
)
Visual C++
public:
Details(
	String^ dType, 
	String^ dValue
)

Parameters

dType
Type: System..::.String
The detail type
dValue
Type: System..::.String
The detail value

See Also