←Select platform

UserId Property

Summary

Gets or sets the user ID of this AnnObject.

Syntax
C#
VB
Objective-C
C++
Java
public string UserId { get; set; } 
Public Property UserId As String 
@property (nonatomic) NSString* userId; 
public String getUserId() 
public void setUserId(String id) 
public:  
   property String^ UserId 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The user ID of this object. The default value is null.

Remarks

This value can be used when the annotations framework is used in a multi-user application. Refer to AnnGroupsRoles for more information.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly