SubComponentWrapper Constructor

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

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

Initializes a new instance of the SubComponentWrapper class

Namespace: MultiArchive.SDK.ServiceUtils
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public SubComponentWrapper(
	SubComponent component
)
Visual Basic
Public Sub New ( 
	component As SubComponent
)
Visual C++
public:
SubComponentWrapper(
	SubComponent^ component
)

Parameters

component
Type: SubComponent

[Missing <param name="component"/> documentation for "M:MultiArchive.SDK.ServiceUtils.SubComponentWrapper.#ctor(MultiArchive.WSProxy.Proxies.SubComponent)"]

See Also