Gets or sets the name of the sender of this document.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual string SenderName { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property SenderName As String |
Visual C++ |
---|
public: virtual property String^ SenderName { String^ get (); void set (String^ value); } |
Property Value
The name of the sender of this document. The default is a null reference (Nothing in Visual Basic).Remarks
This property is equivalent to the Organization Name primitive (P40_1) in the Organization Identification block (B23_15) in the Organization Contact assembly (A10_12) in the Sender assembly (A26_1) in the Standard Document Header Module (M78).
The SenderNameSpecified property indicates whether or not this property will be included in the serialized class or generated document. The SenderNameSpecified property is automatically set to true when this property is set.