Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID of the user profile privacy policy associated with the change.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
Syntax
'Declaration
Public Property PolicyId As Guid
Get
Set
'Usage
Dim instance As UserProfileChangeData
Dim value As Guid
value = instance.PolicyId
instance.PolicyId = value
public Guid PolicyId { get; set; }
Property Value
Type: System.Guid
The GUID of the user profile privacy policy.