←Select platform

GroupName Property

Summary

For future use.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string GroupName { get; set; } 
Public Property GroupName As String 
public string GroupName {get; set;} 
@property (nonatomic,copy) NSString* groupName; 
public String getGroupName() 
public void setGroupName(String name) 
             
  
get_GroupName(); 
set_GroupName(value); 
Object.defineProperty('GroupName');  
public:  
   property String^ GroupName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The name for object group.

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