PropertyInfo.DefaultPrivacy Property
Gets or sets the default privacy policy.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property DefaultPrivacy As Privacy
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Privacy
value = instance.DefaultPrivacy
instance.DefaultPrivacy = value
public Privacy DefaultPrivacy { get; set; }
Property Value
Type: [UserProfileService Web service].Privacy
The default privacy policy.
Remarks
The default value is NotSet().