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