DataPrivilegeMaskingCharacter Property |
Gets the character being used to apply masking to the data element.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxpublic char? MaskingCharacter { get; }Public ReadOnly Property MaskingCharacter As Char?
Get
public:
property Nullable<wchar_t> MaskingCharacter {
Nullable<wchar_t> get ();
}member MaskingCharacter : Nullable<char> with get
Property Value
Type:
NullableChar
See Also