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

Syntax

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

See Also