SPRegionalSettings.NegativeSign property

Gets the symbol that is used to represent a negative sign on the server.

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

Syntax

'Declaration
Public ReadOnly Property NegativeSign As String
    Get
'Usage
Dim instance As SPRegionalSettings
Dim value As String

value = instance.NegativeSign
public string NegativeSign { get; }

Property value

Type: System.String
A string that specifies the negative sign.

See also

Reference

SPRegionalSettings class

SPRegionalSettings members

Microsoft.SharePoint namespace