 | AddressNotPublishEmail1 Property |
Gets or sets a value indicating whether the first email address 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 NotPublishEmail1 { get; set; }
Public Property NotPublishEmail1 As Boolean
Get
Set
public:
property bool NotPublishEmail1 {
bool get ();
void set (bool value);
}
function get NotPublishEmail1 () : boolean
function set NotPublishEmail1 (value : boolean)
function get_NotPublishEmail1();
function set_NotPublishEmail1(value);
Property Value
Type:
BooleanTrue if the first email address should be hidden in a public directory; otherwise,
False.
See Also