AudienceCollection.IsSynchronized Property
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
Get
'Usage
Dim instance As AudienceCollection
Dim value As Boolean
value = instance.IsSynchronized
public bool IsSynchronized { get; }
Type: System.Boolean