 | AddressMiniBillCode Property |
Gets or sets the bill code.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string BillCode { get; set; }
Public Property BillCode As String
Get
Set
public:
property String^ BillCode {
String^ get ();
void set (String^ value);
}
function get BillCode () : String
function set BillCode (value : String)
function get_BillCode();
function set_BillCode(value);
Property Value
Type:
StringThe bill code ("Original","Copy" or blank).
See Also