SharedDocument Property
SharedDocument
Gets or sets whether this document is currently shared between multiple producers.
If true, producers should take care when updating the document.
Declaration
public bool? SharedDocument { get; set; }
Public Property SharedDocument As Boolean?