This documentation is archived and is not being maintained.

INetFwIcmpSettings::AllowInboundTimestampRequest Property

Gets or sets a flag indicating whether to allow inbound timestamp requests.

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

property bool AllowInboundTimestampRequest {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to allow inbound timestamp requests; otherwise, false.

Show: