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 SyncKnowledge object that represents the forgotten knowledge associated with the scope.
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 ForgottenKnowledge As ForgottenKnowledge
Get
Set
'Usage
Dim instance As DbSyncScope
Dim value As ForgottenKnowledge
value = instance.ForgottenKnowledge
instance.ForgottenKnowledge = value
[CLSCompliantAttribute(false)]
public ForgottenKnowledge ForgottenKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property ForgottenKnowledge^ ForgottenKnowledge {
ForgottenKnowledge^ get ();
void set (ForgottenKnowledge^ value);
}
[<CLSCompliantAttribute(false)>]
member ForgottenKnowledge : ForgottenKnowledge with get, set
function get ForgottenKnowledge () : ForgottenKnowledge
function set ForgottenKnowledge (value : ForgottenKnowledge)
Property Value
Type: Microsoft.Synchronization.ForgottenKnowledge
A SyncKnowledge object that represents the forgotten knowledge associated with the scope.