Gets or sets the items path.
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;}
See Also