Audience.Commit Method
Saves all changes to audience data in the database, such as updated name, description, and operator list.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub Commit
'Usage
Dim instance As Audience
instance.Commit()
public void Commit()
Remarks
You must set the AudienceRules property before calling the Commit method. Setting AudienceRules indicates that the rule has changed since the last commit.