Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSource Class / Credential Property

In This Topic
    Credential Property (C1DocumentSource)
    In This Topic
    Gets or sets the System.Net.NetworkCredential object specifying the credentials which will be used to access data for document generation.
    Syntax
    'Declaration
     
    Public MustOverride Property Credential As NetworkCredential
    public abstract NetworkCredential Credential {get; set;}
    See Also