  | AddressMiniNotPublishCityStateZip Property  | 
 
            Gets or sets a value indicating whether city, state and zip code 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 NotPublishCityStateZip { get; set; }Public Property NotPublishCityStateZip As Boolean
	Get
	Set
public:
property bool NotPublishCityStateZip {
	bool get ();
	void set (bool value);
}function get NotPublishCityStateZip () : boolean
function set NotPublishCityStateZip (value : boolean)
function get_NotPublishCityStateZip();
function set_NotPublishCityStateZip(value);
Property Value
Type: 
BooleanTrue if city, state and zip code should be hidden in a public directory; otherwise, 
False.
            
See Also