←Select platform

UserName Property

Summary

Name of the user

Syntax

C#
VB
C++
public string UserName { get; set; } 
Public Property UserName() As String 
   Get 
   Set 
public:  
   property String^ UserName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The name of the user to be used in certain operations detailed below. The default value is currently logged in user if this value can be obtained, null otherwise.

Remarks

Currently UserName is used by Annotations as the "Author" metadata to use when annotations objects are added or modified.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly