MessageQueueTask.DataFileOverWritable Property

Definition

Gets or sets a Boolean that indicates whether the data file message can overwrite an existing data file.

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

Property Value

true if the message can overwrite an existing file; false if it does not overwrite.

Implements

Applies to