Accusoft.NotateXpress13.Net
GroupMember Property




Gets the group which the element belongs to.
Syntax
'Declaration
 
Public ReadOnly Property GroupMember As Group
'Usage
 
Dim instance As Element
Dim value As Group
 
value = instance.GroupMember
public Group GroupMember {get;}
public: __property Group* get_GroupMember();
public:
property Group^ GroupMember {
   Group^ get();
}

Property Value

The Group the element belongs to.
Remarks

The default value is null.

This property gets the Group that the element currently belongs to if it does belong to a group.

See Also

Reference

Element Class
Element Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback