←Select platform

Role Property

Summary

Gets or sets the role associated with this operation.

Syntax

C#
VB
Java
WinRT C#
C++
public string Role { get; set; } 
Public Property Role As String 
public string Role {get; set;} 
public String getRole() 
public void setRole(String value) 
             
  
get_Role(); 
set_Role(value); 
Object.defineProperty('Role');  
public:  
   property String^ Role 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly