TransSynchronizationAgent.LastUpdatedTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the timestamp of the last time that replication agent synchronized the subscription.
public:
virtual property System::String ^ LastUpdatedTime { System::String ^ get(); };
public virtual string LastUpdatedTime { get; }
member this.LastUpdatedTime : string
Public Overridable ReadOnly Property LastUpdatedTime As String
Property Value
The timestamp of the last time that replication agent synchronized the subscription.
Implements
Remarks
The LastUpdatedTime property is read-only.