←Select platform

UserId Property

Summary

The ID of the user at the time of the modification.

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

Property Value

The ID of the user at the time of the modification. The default value is null.

Remarks

This value is set to LEADDocument.UserId when the document changes.

Example

For an example, refer to DocumentHistory.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.