ExtendedProperty.Tag Property

Independentsoft MSG .NET

ExtendedProperty Tag Property MSG .NET Class Library
Gets or sets the tag.

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

Syntax

public ExtendedPropertyTag Tag { get; set; }
public ExtendedPropertyTag Tag { get; set; }
Public Property Tag As ExtendedPropertyTag 
	Get 
	Set
Public Property Tag As ExtendedPropertyTag 
	Get 
	Set
Dim instance As ExtendedProperty 
Dim value As ExtendedPropertyTag 

value = instance.Tag

instance.Tag = value
Dim instance As ExtendedProperty 
Dim value As ExtendedPropertyTag 

value = instance.Tag

instance.Tag = value
/** @property */
public ExtendedPropertyTag get_Tag()
/** @property */
public void set_Tag(ExtendedPropertyTag value)
/** @property */
public ExtendedPropertyTag get_Tag()
/** @property */
public void set_Tag(ExtendedPropertyTag value)
function get Tag () : ExtendedPropertyTag 
function set Tag (value : ExtendedPropertyTag)
function get Tag () : ExtendedPropertyTag 
function set Tag (value : ExtendedPropertyTag)
function get_Tag();
function set_Tag(value);
function get_Tag();
function set_Tag(value);

Property Value

Type: ExtendedPropertyTag
The tag.
See Also