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