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
'Déclaration
Public ReadOnly Property DateTimeStamp As String
Get
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
- 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.