Smartsheet.Api.Models.Group.CreateGroupBuilder.GetName C# (CSharp) Method

GetName() public method

Gets the name of the Group.
public GetName ( ) : string
return string
            public string GetName()
            {
                return this.name;
            }