get the usage type for billing production


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NumberType As InboundNumberType
C#
public InboundNumberType NumberType { get; }
C++
public property InboundNumberType NumberType sealed  {
    InboundNumberType get();
}
J#
/** property */
public InboundNumberType get_NumberType();
JScript
public function get NumberType() : InboundNumberType

See Also