Smartsheet.Api.Models.Discussion.CreateDiscussionBuilder.GetComment C# (CSharp) 메소드

GetComment() 공개 메소드

Gets the Comments.
public GetComment ( ) : Comment
리턴 Comment
            public virtual Comment GetComment()
            {
                return comment;
            }