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