←Select platform

Role Property

Summary
Gets or sets the role associated with this operation.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Role { get; set; } 
@property (nonatomic, copy, nullable) NSString *role; 
public String getRole() 
public void setRole(String value) 
public:  
   property String^ Role 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Role # get and set (AnnOperationInfoEventArgs) 

Property Value

The role associated with this event. Default value is set by the annotation framework based on the operation type. The user can modify this value to return a custom role name.

Requirements

Target Platforms

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.