 | AddressNotPublishCompany Property |
Gets or sets a value indicating whether the company name 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 NotPublishCompany { get; set; }
Public Property NotPublishCompany As Boolean
Get
Set
public:
property bool NotPublishCompany {
bool get ();
void set (bool value);
}
function get NotPublishCompany () : boolean
function set NotPublishCompany (value : boolean)
function get_NotPublishCompany();
function set_NotPublishCompany(value);
Property Value
Type:
BooleanTrue if the company name should be hidden in a public directory; otherwise,
False.
See Also