Smartsheet.Api.Models.Group.CreateGroupBuilder.GetName C# (CSharp) 메소드

GetName() 공개 메소드

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