In This Topic
Gets or sets the group names
Syntax
'Declaration
Public Property GroupItemsPath As String
'Usage
Dim instance As Axis
Dim value As String
instance.GroupItemsPath = value
value = instance.GroupItemsPath
public string GroupItemsPath {get; set;}
public:
property String^ GroupItemsPath {
String^ get();
void set ( String^ value);
}
See Also