Smartsheet.Api.Internal.SmartsheetImpl.Comments C# (CSharp) Méthode

Comments() private méthode

private Comments ( ) : CommentResources
Résultat CommentResources
        public virtual CommentResources Comments()
        {
            throw new NotSupportedException();
        }

Usage Example

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