Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / DocumentInfo Class / UserData Property

In This Topic
    UserData Property (DocumentInfo)
    In This Topic
    Gets the Dictionary of custom user defined string keys and strings associated with a document.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserData As Dictionary(Of String,String)
    public Dictionary<string,string> UserData {get;}
    See Also