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