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