NoteHeaderModel.SentTo Property
Public Property SentTo() As IList(Of ContactInfo)
This language is not supported or no code example is available.
public IList<ContactInfo> SentTo {get; set;}
This language is not supported or no code example is available.
public:
property IList<ContactInfo^>^ SentTo {
IList<ContactInfo^>^ get( );
void set(
IList<ContactInfo^>^ value
);
}
This language is not supported or no code example is available.