다음을 통해 공유


ProfilePropertyValue.PrefixBrIfNotEmpty Property

Gets or sets a Boolean value that specifies whether the value should be prefixed with a <BR> tag if it is not empty.

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

Syntax

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

value = instance.PrefixBrIfNotEmpty

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

Property Value

Type: System.Boolean
true if the value should be prefixed with a <BR> tag if it is not empty; otherwise, false. The default is false.

See Also

Reference

ProfilePropertyValue Class

ProfilePropertyValue Members

Microsoft.SharePoint.Portal.WebControls Namespace