Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[DefaultValueAttribute(null)]
public string gn { get; set; }
Visual Basic (Declaration)
<XmlAttributeAttribute> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<DefaultValueAttribute(Nothing)> _
Public Property gn As String

See Also