Sets a Comment property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[ObsoleteAttribute("This method might be removed from future versions. Use the "Comment" property setter.")]
public void AddComment(
	string comment
)
Visual Basic
<ObsoleteAttribute("This method might be removed from future versions. Use the "Comment" property setter.")> _
Public Sub AddComment ( _
	comment As String _
)
Visual C++
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "Comment" property setter.")]
public:
void AddComment(
	String^ comment
)

Parameters

comment
Type: System..::..String
The text message of a comment.

Remarks

This method might be removed from future versions. Use the Comment property setter.

See Also