RecurrencePattern.Type Property

Independentsoft MSG .NET

RecurrencePattern Type Property MSG .NET Class Library
Gets the type.

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

Syntax

public RecurrencePatternType Type { get; }
public RecurrencePatternType Type { get; }
Public ReadOnly Property Type As RecurrencePatternType 
	Get
Public ReadOnly Property Type As RecurrencePatternType 
	Get
Dim instance As RecurrencePattern 
Dim value As RecurrencePatternType 

value = instance.Type
Dim instance As RecurrencePattern 
Dim value As RecurrencePatternType 

value = instance.Type
/** @property */
public RecurrencePatternType get_Type()
/** @property */
public RecurrencePatternType get_Type()
function get Type () : RecurrencePatternType
function get Type () : RecurrencePatternType
function get_Type();
function get_Type();

Property Value

Type: RecurrencePatternType
The type.
See Also