DistributionListAddressBookEntries Property | |
Gets or Set AddressBookEntries.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<AddressBookEntry> AddressBookEntries { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property List<AddressBookEntry^>^ AddressBookEntries {
List<AddressBookEntry^>^ get ();
void set (List<AddressBookEntry^>^ value);
}
function get_AddressBookEntries();
function set_AddressBookEntries(value);
Property Value
Type:
ListAddressBookEntrySee Also