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