다음을 통해 공유


ProfilePropertyValue.ShowPrivate Property

NOTE: This API is now obsolete.

Gets or sets a value that determines whether to display private properties. This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property ShowPrivate As Boolean
    Get
    Set
'Usage
Dim instance As ProfilePropertyValue
Dim value As Boolean

value = instance.ShowPrivate

instance.ShowPrivate = value
public bool ShowPrivate { get; set; }

Property Value

Type: System.Boolean
true in all cases.

See Also

Reference

ProfilePropertyValue Class

ProfilePropertyValue Members

Microsoft.SharePoint.Portal.WebControls Namespace