ExtendedPropertyTag.Type Property

Independentsoft MSG .NET

ExtendedPropertyTag Type Property MSG .NET Class Library
Gets or sets the type.

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

Syntax

public PropertyType Type { get; set; }
public PropertyType Type { get; set; }
Public Property Type As PropertyType 
	Get 
	Set
Public Property Type As PropertyType 
	Get 
	Set
Dim instance As ExtendedPropertyTag 
Dim value As PropertyType 

value = instance.Type

instance.Type = value
Dim instance As ExtendedPropertyTag 
Dim value As PropertyType 

value = instance.Type

instance.Type = value
/** @property */
public PropertyType get_Type()
/** @property */
public void set_Type(PropertyType value)
/** @property */
public PropertyType get_Type()
/** @property */
public void set_Type(PropertyType value)
function get Type () : PropertyType 
function set Type (value : PropertyType)
function get Type () : PropertyType 
function set Type (value : PropertyType)
function get_Type();
function set_Type(value);
function get_Type();
function set_Type(value);

Property Value

Type: PropertyType
The type.
See Also