IMessageQueueTask.UseEncryption Property

Definition

Gets or sets a value that indicates whether the message uses encryption.

public:
 property bool UseEncryption { bool get(); void set(bool value); };
public bool UseEncryption { get; set; }
member this.UseEncryption : bool with get, set
Public Property UseEncryption As Boolean

Property Value

true if the encryption is used; false if the encryption is not used.

Applies to