ComponentProperty Constructor (String, String, String)

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

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

Constructor setting the local variable according to the parameters specified.

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

Syntax

C#
public ComponentProperty(
	string name,
	string type,
	string value
)
Visual Basic
Public Sub New ( 
	name As String,
	type As String,
	value As String
)
Visual C++
public:
ComponentProperty(
	String^ name, 
	String^ type, 
	String^ value
)

Parameters

name
Type: System..::..String
The name of the property.
type
Type: System..::..String
The type of the property.
value
Type: System..::..String
The value of the property.

See Also