return an int

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public virtual int Integer { get; }
Visual Basic
Public Overridable ReadOnly Property Integer As Integer
	Get
Visual C++
public:
virtual property int Integer {
	int get ();
}

See Also