An NDoc Documented Class Library

ServiceCall.CallNumber Property

[Visual Basic]
Overridable Public Property CallNumber As Integer
[C#]
public virtual int CallNumber { get; set; }
[C++]
public: virtual __property int get_CallNumber();
public: virtual __property void set_CallNumber(int );
[JScript]
public virtual function get CallNumber() : int
public virtual function set CallNumber(int);

See Also

ServiceCall Class | Repository.Services Namespace