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

getDescription() 공개 메소드

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