Selerix Developer Tools
FormattedAddressString Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Address Class : FormattedAddressString Property
Gets the formatted address string.
Syntax
'Declaration
 
Public Overridable ReadOnly Property FormattedAddressString As String
'Usage
 
Dim instance As Address
Dim value As String
 
value = instance.FormattedAddressString
public virtual string FormattedAddressString {get;}
public read-only property FormattedAddressString: String; virtual; 
public function get FormattedAddressString : String
public: __property virtual string* get_FormattedAddressString();
public:
virtual property String^ FormattedAddressString {
   String^ get();
}
See Also

Reference

Address Class
Address Members