←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly