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