 | PaymentDtoCertificateCode Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[XmlElementAttribute(IsNullable = true)]
public long? CertificateCode { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property CertificateCode As Long?
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property Nullable<long long> CertificateCode {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
[<XmlElementAttribute(IsNullable = true)>]
member CertificateCode : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also