Class CommentCreation
Provides the information necessary for creating a comment.
Inherited Members
Namespace: Unity.Cloud.Annotation
Syntax
public class CommentCreation : ICommentCreation
Properties
Text
Returns the text content of the comment.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The text content of the comment. |