ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class / UserName Field




In This Topic
    UserName Field
    In This Topic
    Gets or sets username (part of credentials to access file).
    Syntax
    'Declaration
     
    Public UserName As String
    'Usage
     
    Dim instance As ImGearRemoteFile
    Dim value As String
     
    value = instance.UserName
     
    instance.UserName = value
    public string UserName
    public: string* UserName
    public:
    String^ UserName

    Field Value

    String value.
    See Also