NameAddressContact Property |  |
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax[DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false)]
public string Contact { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property String^ Contact {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Contact();
function set_Contact(value);
Property Value
Type:
String
See Also