ProfileBaseChangeQuery.Custom Property
Gets or sets the a value that determines whether to include the Custom field from ObjectTypes in the query.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Custom As Boolean
Get
Set
'Usage
Dim instance As ProfileBaseChangeQuery
Dim value As Boolean
value = instance.Custom
instance.Custom = value
public bool Custom { get; set; }
Property Value
Type: System.Boolean