Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / SharedDocument Property

In This Topic
    SharedDocument Property
    In This Topic
    Gets or sets whether this document is currently shared between multiple producers. If true, producers should take care when updating the document.
    Syntax
    'Declaration
     
    Public Property SharedDocument As System.Nullable(Of Boolean)
    public System.Nullable<bool> SharedDocument {get; set;}
    See Also