DataPrivilegeDataNumberOfCharacters Property

Gets or sets the number of characters to be masked or preserved, depending on the masking kind. A positive value indicates the number of characters from the start of the value, a negative value indicates the number of characters from the end of the value.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "numberOfCharacters")]
public int NumberOfCharacters { get; set; }

Property Value

Type: Int32
See Also