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

Constructor

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

Syntax

C#
public ProfileBase(
	Type type
)
Visual Basic (Declaration)
Public Sub New ( _
	type As Type _
)
Visual C++
public:
ProfileBase(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also