Gets or sets the person who last made changes to a document.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
public string Operator { get; set; }
Visual Basic
<BrowsableAttribute(True)> _
Public Property Operator As String
	Get
	Set

See Also