Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a ForgottenKnowledge object that contains metadata about cleanup knowledge that the peer is missing.
This API 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
Get
Set
'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);
}
[<CLSCompliantAttribute(false)>]
member MissingCleanupKnowledge : ForgottenKnowledge with get, set
function get MissingCleanupKnowledge () : ForgottenKnowledge
function set MissingCleanupKnowledge (value : ForgottenKnowledge)
Property Value
Type: Microsoft.Synchronization.ForgottenKnowledge
A ForgottenKnowledge object that contains metadata about cleanup knowledge that the peer is missing.