NameAddressPoBox Property | |
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false)]
public bool PoBox { get; set; }
public:
[DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property bool PoBox {
bool get () sealed;
void set (bool value) sealed;
}
function get_PoBox();
function set_PoBox(value);
Property Value
Type:
BooleanSee Also