ItemType.IsResend Property

Definition

The IsResend property gets or sets a Boolean value that indicates whether the item has previously been sent.

public:
 property bool IsResend { bool get(); void set(bool value); };
public bool IsResend { get; set; }
Public Property IsResend As Boolean

Property Value

The IsResend property returns true if the item has previously been sent; otherwise, the property returns false.

Applies to