Gets or sets comment entity.

Namespace: MonoSoftware.MonoX.SubscribeEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public SnCommentEntity Comment { get; set; }
Visual Basic
Public Property Comment As SnCommentEntity
	Get
	Set
Visual C++
public:
property SnCommentEntity^ Comment {
	SnCommentEntity^ get ();
	void set (SnCommentEntity^ value);
}
F#
member Comment : SnCommentEntity with get, set

Property Value

Type: SnCommentEntity

See Also