 | Person2ContactInfo Property |
Gets contact information for the person when the IncludeContactInfo export parameter is true.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic PersonContact ContactInfo { get; set; }
Public Property ContactInfo As PersonContact
Get
Set
public:
property PersonContact^ ContactInfo {
PersonContact^ get ();
void set (PersonContact^ value);
}
function get ContactInfo () : PersonContact
function set ContactInfo (value : PersonContact)
function get_ContactInfo();
function set_ContactInfo(value);
Property Value
Type:
PersonContactA PersonContact object containing the contact information.
See Also