ExtendedProperty Constructor (ExtendedPropertyTag)

Independentsoft MSG .NET

ExtendedProperty Constructor (ExtendedPropertyTag) 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
)
public ExtendedProperty(
	ExtendedPropertyTag tag
)
Public Sub New ( 
	tag As ExtendedPropertyTag
)
Public Sub New ( 
	tag As ExtendedPropertyTag
)
Dim tag As ExtendedPropertyTag 

Dim instance As New ExtendedProperty(tag)
Dim tag As ExtendedPropertyTag 

Dim instance As New ExtendedProperty(tag)
public ExtendedProperty(
	ExtendedPropertyTag tag
)
public ExtendedProperty(
	ExtendedPropertyTag tag
)
public function ExtendedProperty(
	tag : ExtendedPropertyTag
)
public function ExtendedProperty(
	tag : ExtendedPropertyTag
)
Independentsoft.Msg.ExtendedProperty = function(tag);
Independentsoft.Msg.ExtendedProperty = function(tag);

Parameters

tag
Type: Independentsoft.Msg ExtendedPropertyTag
The tag.
See Also