ExtendedProperty Constructor (ExtendedPropertyTag, Byte[])

Independentsoft MSG .NET

ExtendedProperty Constructor (ExtendedPropertyTag,  Byte ) 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,
	byte[] value
)
public ExtendedProperty(
	ExtendedPropertyTag tag,
	byte[] value
)
Public Sub New ( 
	tag As ExtendedPropertyTag,
	value As Byte()
)
Public Sub New ( 
	tag As ExtendedPropertyTag,
	value As Byte()
)
Dim tag As ExtendedPropertyTag 
Dim value As Byte()

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

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

Parameters

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