In This Topic
Gets or sets name of the Group. No two group elements may have the same name. No group element may have the same name as a data set or a data region.
Syntax
'Declaration
Public Property Name As String
public string Name {get; set;}
See Also