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