Udostępnij za pośrednictwem


WebServiceCall.DateTimeStamp Property

Gets the time stamp of the Web service call.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property DateTimeStamp As String
public string DateTimeStamp { get; }
public:
property String^ DateTimeStamp {
    String^ get ();
}
member DateTimeStamp : string
function get DateTimeStamp () : String

Property Value

Type: System.String
The time stamp of the Web service call.

.NET Framework Security

See Also

Reference

WebServiceCall Class

Microsoft.TeamFoundation.Client Namespace