Smartsheet.Api.Internal.SmartsheetImpl.Comments C# (CSharp) 메소드

Comments() 개인적인 메소드

private Comments ( ) : CommentResources
리턴 CommentResources
        public virtual CommentResources Comments()
        {
            throw new NotSupportedException();
        }

Usage Example

예제 #1
0
 public virtual void TestComments()
 {
     Assert.NotNull(smartsheet.Comments());
 }