Share via


UserProfileChangeData.PolicyId property

Gets or sets the GUID of the user profile privacy policy associated with the change.

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

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

WebSvcUserProfileChangeService namespace