Udostępnij za pośrednictwem


DbOutdatedSyncException.MissingCleanupKnowledge Property

Gets or sets a ForgottenKnowledge object that contains metadata about cleanup knowledge that the peer is missing.

This property is not CLS-compliant.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property MissingCleanupKnowledge As ForgottenKnowledge
'Usage
Dim instance As DbOutdatedSyncException
Dim value As ForgottenKnowledge

value = instance.MissingCleanupKnowledge

instance.MissingCleanupKnowledge = value
[CLSCompliantAttribute(false)] 
public ForgottenKnowledge MissingCleanupKnowledge { get; set; }
[CLSCompliantAttribute(false)] 
public:
property ForgottenKnowledge^ MissingCleanupKnowledge {
    ForgottenKnowledge^ get ();
    void set (ForgottenKnowledge^ value);
}
/** @property */
public ForgottenKnowledge get_MissingCleanupKnowledge ()

/** @property */
public void set_MissingCleanupKnowledge (ForgottenKnowledge value)
public function get MissingCleanupKnowledge () : ForgottenKnowledge

public function set MissingCleanupKnowledge (value : ForgottenKnowledge)

Property Value

A ForgottenKnowledge object that contains metadata about cleanup knowledge that the peer is missing.

See Also

Reference

DbOutdatedSyncException Class
DbOutdatedSyncException Members
Microsoft.Synchronization.Data Namespace