WebServiceCall.RunTime Property
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RunTime As Integer
'Usage
Dim instance As WebServiceCall
Dim value As Integer
value = instance.RunTime
public int RunTime { get; }
public:
property int RunTime {
int get ();
}
public function get RunTime () : int
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.