IMessageQueueTask.UseEncryption 屬性

定義

取得或設定值,這個值指出訊息是否使用加密。

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

屬性值

Boolean

如果使用加密,則為 true;如果未使用加密,則為 false。

適用於