SharpSchedule

Achievement.AddComment Method 

Add an achievement comment.

[Visual Basic]
Public Sub AddComment( _
   ByVal comment As AchievementComment _
)
[C#]
public void AddComment(
   AchievementComment comment
);

Parameters

comment
A comment that outlines what was accomplished in the achievement.

See Also

Achievement Class | Ozanam.Schedule.Store.Entity Namespace