ProfileBaseChangeQuery.Custom Property
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
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