ExtendedProperty Constructor (ExtendedPropertyTag, String[])

Independentsoft MSG .NET

ExtendedProperty Constructor (ExtendedPropertyTag,  String ) MSG .NET Class Library
Initializes a new instance of the ExtendedProperty class.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public ExtendedProperty(
	ExtendedPropertyTag tag,
	string[] value
)
public ExtendedProperty(
	ExtendedPropertyTag tag,
	string[] value
)
Public Sub New ( 
	tag As ExtendedPropertyTag,
	value As String()
)
Public Sub New ( 
	tag As ExtendedPropertyTag,
	value As String()
)
Dim tag As ExtendedPropertyTag 
Dim value As String()

Dim instance As New ExtendedProperty(tag, value)
Dim tag As ExtendedPropertyTag 
Dim value As String()

Dim instance As New ExtendedProperty(tag, value)
public ExtendedProperty(
	ExtendedPropertyTag tag,
	String[] value
)
public ExtendedProperty(
	ExtendedPropertyTag tag,
	String[] value
)
public function ExtendedProperty(
	tag : ExtendedPropertyTag, 
	value : String[]
)
public function ExtendedProperty(
	tag : ExtendedPropertyTag, 
	value : String[]
)
Independentsoft.Msg.ExtendedProperty = function(tag, value);
Independentsoft.Msg.ExtendedProperty = function(tag, value);

Parameters

tag
Type: Independentsoft.Msg ExtendedPropertyTag
The tag.
value
Type:  OnlineSystem String 
The value.
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullException tag or value
See Also