Click or drag to resize

GetApplicationSettingsRequestHideSensitiveData Property

True - all sensitive data (i.e. passwords) will be replaced by '*' char False - return sensitive data 'As is'

Namespace:  SOS.SDK.Contracts.DataContracts.Requests
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public bool HideSensitiveData { get; set; }

Property Value

Type: Boolean
See Also