←Select platform

UserId Property

Summary
Gets or sets the user ID of this AnnObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string UserId { get; set; } 
@property (nonatomic, copy, nullable) NSString *userId; 
public String getUserId() 
public void setUserId(String id) 
public:  
   property String^ UserId 
   { 
      String^ get() 
      void set(String^ value) 
   } 
UserId # get and set (AnnObject) 

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

Leadtools.Annotations.Engine Assembly

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