다음을 통해 공유


ProfileSubtypeProperty.DefaultPrivacy Property

Gets or sets the default privacy for this property.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property DefaultPrivacy As Privacy
    Get
    Set
'Usage
Dim instance As ProfileSubtypeProperty
Dim value As Privacy

value = instance.DefaultPrivacy

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

Property Value

Type: Microsoft.Office.Server.UserProfiles.Privacy

Implements

IPrivacyPolicyItem.DefaultPrivacy

Remarks

User profile manager permission is required to set this value. This value cannot be set if this is a section property.

See Also

Reference

ProfileSubtypeProperty Class

ProfileSubtypeProperty Members

Microsoft.Office.Server.UserProfiles Namespace