←Select platform

UserId Property

Summary

Gets or sets the user ID of this AnnObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string UserId { get; set; } 
Public Property UserId As String 
public string UserId {get; set;} 
@property (nonatomic) NSString* userId; 
public String getUserId() 
public void setUserId(String id) 
             
  
get_UserId(); 
set_UserId(value); 
Object.defineProperty('UserId');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly