 | AddressOtherPhoneBlockNotPublishOtherNumber4 Property |
Gets or sets a value indicating whether 4th the other phone number should be hidden in a public directory.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool NotPublishOtherNumber4 { get; set; }
Public Property NotPublishOtherNumber4 As Boolean
Get
Set
public:
property bool NotPublishOtherNumber4 {
bool get ();
void set (bool value);
}
function get NotPublishOtherNumber4 () : boolean
function set NotPublishOtherNumber4 (value : boolean)
function get_NotPublishOtherNumber4();
function set_NotPublishOtherNumber4(value);
Property Value
Type:
BooleanTrue if the 4th other phone number should be hidden in a public directory; otherwise,
False.
See Also