CommentItemUsername Property

Get/Set the name or initials of the user making the post.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonPropertyAttribute(Order = 3)]
public string Username { get; set; }

Property Value

String

See Also