QuickLinkData.Privacy Property

Gets or sets the privacy level of the quick link.

Web Service: User ProfileWeb Reference: http://<Site>/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
Public Property Privacy As Privacy
'Usage
Dim instance As QuickLinkData
Dim value As Privacy

value = instance.Privacy

instance.Privacy = value
public Privacy Privacy { get; set; }

Property Value

The privacy level of the quick link.

See Also

Reference

QuickLinkData Class
QuickLinkData Members
User Profile Web Service