UserProfileChangeData.PolicyId Property

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.

See Also

Reference

UserProfileChangeData Class

UserProfileChangeData Members

UserProfileChangeService Web Service