Edit

Share via


RetentionTagBase.IsExplicit Property

Definition

Gets or sets whether the retention policy tag associated with an item was explicitly applied. The IsExplicit property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Property Value

true if the tag is explicit; otherwise, false.

Applies to