ProfileBaseChangeQuery.SingleValueProperty Property
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
Syntax
'Declaration
Public Property SingleValueProperty As Boolean
Get
Set
'Usage
Dim instance As ProfileBaseChangeQuery
Dim value As Boolean
value = instance.SingleValueProperty
instance.SingleValueProperty = value
public bool SingleValueProperty { get; set; }
Property Value
Type: System.Boolean