 | AddressCompanyName Property |
Gets or sets the name of the company for a work address.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string CompanyName { get; set; }
Public Property CompanyName As String
Get
Set
public:
property String^ CompanyName {
String^ get ();
void set (String^ value);
}
function get CompanyName () : String
function set CompanyName (value : String)
function get_CompanyName();
function set_CompanyName(value);
Property Value
Type:
StringThe name of the company in a work address.
See Also