 | AddressNotPublishOtherNumber3 Property |
Gets or sets a value indicating whether the 3rd 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 NotPublishOtherNumber3 { get; set; }
Public Property NotPublishOtherNumber3 As Boolean
Get
Set
public:
property bool NotPublishOtherNumber3 {
bool get ();
void set (bool value);
}
function get NotPublishOtherNumber3 () : boolean
function set NotPublishOtherNumber3 (value : boolean)
function get_NotPublishOtherNumber3();
function set_NotPublishOtherNumber3(value);
Property Value
Type:
BooleanTrue if the 3rd other phone number should be hidden in a public directory; otherwise,
False.
See Also