AudienceEditor.MaxResolvedEntities Property
Gets or sets the maximum number of audiences that can be picked using the editor.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property MaxResolvedEntities As Integer
Get
Set
'Usage
Dim instance As AudienceEditor
Dim value As Integer
value = instance.MaxResolvedEntities
instance.MaxResolvedEntities = value
public int MaxResolvedEntities { get; set; }
Property Value
Type: System.Int32