ExtendedProperty Constructor (ExtendedPropertyTag, Int64)

Independentsoft MSG .NET

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

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

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

Parameters

tag
Type: Independentsoft.Msg ExtendedPropertyTag
The tag.
value
Type: OnlineSystem Int64
The value.
See Also