RecurrencePattern.EndType Property

Independentsoft MSG .NET

RecurrencePattern EndType Property MSG .NET Class Library
Gets the end type.

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

Syntax

public RecurrenceEndType EndType { get; }
public RecurrenceEndType EndType { get; }
Public ReadOnly Property EndType As RecurrenceEndType 
	Get
Public ReadOnly Property EndType As RecurrenceEndType 
	Get
Dim instance As RecurrencePattern 
Dim value As RecurrenceEndType 

value = instance.EndType
Dim instance As RecurrencePattern 
Dim value As RecurrenceEndType 

value = instance.EndType
/** @property */
public RecurrenceEndType get_EndType()
/** @property */
public RecurrenceEndType get_EndType()
function get EndType () : RecurrenceEndType
function get EndType () : RecurrenceEndType
function get_EndType();
function get_EndType();

Property Value

Type: RecurrenceEndType
The end type.
See Also