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